aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/puzzle.h
diff options
context:
space:
mode:
authorMarisa-Chan2014-02-24 20:37:58 +0700
committerMarisa-Chan2014-02-24 20:37:58 +0700
commit6210ead126ea81727e6a68398366c4cbe8da9e79 (patch)
tree29cdf57d3d6f269bee104716a9e771b7417fd253 /engines/zvision/puzzle.h
parentcb2503aa9dd5d76a12aaf0522ddea810907a97a5 (diff)
downloadscummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.tar.gz
scummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.tar.bz2
scummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.zip
ZVISION: Fix wrong style.
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;