diff options
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r-- | engines/sci/engine/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h index 039b65a5b2..e2368a505d 100644 --- a/engines/sci/engine/state.h +++ b/engines/sci/engine/state.h @@ -166,9 +166,9 @@ public: 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 */ +#endif uint32 game_start_time; /**< The time at which the interpreter was started */ uint32 last_wait_time; /**< The last time the game invoked Wait() */ |