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 d5f29b7921..5f0be04f1a 100644
--- a/engines/titanic/input_handler.h
+++ b/engines/titanic/input_handler.h
@@ -56,7 +56,7 @@ public:
Point _dragStartPos;
Point _mousePos;
int _lockCount;
- bool _singleton;
+ bool _abortMessage;
public:
CInputHandler(CGameManager *owner);
~CInputHandler();