aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/zvision/puzzle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h
index 18dfcb821c..e7846f5296 100644
--- a/engines/zvision/puzzle.h
+++ b/engines/zvision/puzzle.h
@@ -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
};