aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/puzzle.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/puzzle.h')
-rw-r--r--engines/zvision/puzzle.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h
index c02f60c8f0..e06b087aca 100644
--- a/engines/zvision/puzzle.h
+++ b/engines/zvision/puzzle.h
@@ -42,10 +42,10 @@ struct Puzzle {
/** How criteria should be decided */
enum CriteriaOperator {
- EQUAL_TO,
- NOT_EQUAL_TO,
- GREATER_THAN,
- LESS_THAN
+ EQUAL_TO,
+ NOT_EQUAL_TO,
+ GREATER_THAN,
+ LESS_THAN
};
/** Criteria for a Puzzle result to be fired */
@@ -64,9 +64,9 @@ struct Puzzle {
};
enum StateFlags {
- ONCE_PER_INST = 0x01,
- DO_ME_NOW = 0x02, // Somewhat useless flag since anything that needs to be done immediately has no criteria
- DISABLED = 0x04
+ ONCE_PER_INST = 0x01,
+ DO_ME_NOW = 0x02, // Somewhat useless flag since anything that needs to be done immediately has no criteria
+ DISABLED = 0x04
};
uint32 key;