diff options
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r-- | engines/gob/gob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h index 74c882e021..ea2323807a 100644 --- a/engines/gob/gob.h +++ b/engines/gob/gob.h @@ -160,7 +160,6 @@ private: GameType _gameType; int32 _features; Common::Platform _platform; - GobConsole *_console; uint32 _pauseStart; @@ -194,6 +193,8 @@ public: bool _copyProtection; bool _noMusic; + GobConsole *_console; + Global *_global; Util *_util; DataIO *_dataIO; |