diff --git a/doomsday/libdeng2/include/de/core/asset.h b/doomsday/libdeng2/include/de/core/asset.h index 84849e3303..c78b7b3de6 100644 --- a/doomsday/libdeng2/include/de/core/asset.h +++ b/doomsday/libdeng2/include/de/core/asset.h @@ -40,7 +40,7 @@ class DENG2_PUBLIC Asset enum Policy { Ignore, ///< State of the asset should be ignored. - Block, ///< Dependents cannot operate without the asset. + Required, ///< Dependents cannot operate without the asset. SuspendTime ///< Time cannot advance without the asset. };