aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index f509e0d6a0..ca9162d3e7 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -128,6 +128,8 @@ public:
int32 _startTimeKey;
int16 _mouseButtons;
+ bool _noScroll;
+
Game(GobEngine *vm);
virtual ~Game();