ZVISION: Add some comments concerning StateFlag::DO_ME_NOW

This commit is contained in:
richiesams 2013-08-05 19:08:44 -05:00
parent 946f98b34d
commit 30afe1a815

View File

@ -57,7 +57,7 @@ struct Puzzle {
enum StateFlags {
ONCE_PER_INST = 0x01,
DO_ME_NOW = 0x02,
DO_ME_NOW = 0x02, // Somewhat useless flag since anything that needs to be done immediately has no criteria
DISABLED = 0x04
};