aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/input_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/input_handler.h')
-rw-r--r--engines/titanic/input_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/input_handler.h b/engines/titanic/input_handler.h
index 2d62127a11..7244ddc050 100644
--- a/engines/titanic/input_handler.h
+++ b/engines/titanic/input_handler.h
@@ -56,7 +56,7 @@ public:
Point _dragStartPos;
Point _mousePos;
int _lockCount;
- int _field24;
+ bool _singleton;
public:
CInputHandler(CGameManager *owner);