aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index 72a0737ef0..9e517adf4b 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -169,12 +169,12 @@ public:
GfxList *dyn_views; /**< Pointers to pic and dynamic view lists */
GfxList *drop_views; /**< A list Animate() can dump dropped dynviews into */
-#endif
-
- Menubar *_menubar; /**< The menu bar */
int priority_first; /**< The line where priority zone 0 ends */
int priority_last; /**< The line where the highest priority zone starts */
+#endif
+
+ Menubar *_menubar; /**< The menu bar */
uint32 game_start_time; /**< The time at which the interpreter was started */
uint32 last_wait_time; /**< The last time the game invoked Wait() */