Skip to content

Commit

Permalink
libdeng2: Avoid overloaded terms
Browse files Browse the repository at this point in the history
"Block" already is used with the meaning "memory block."
  • Loading branch information
skyjake committed Apr 17, 2013
1 parent 91218b7 commit a0c6483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/core/asset.h
Expand Up @@ -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.
};

Expand Down

0 comments on commit a0c6483

Please sign in to comment.