aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-29 20:55:04 -0400
committerPaul Gilbert2016-08-29 20:55:04 -0400
commite143d5ef4855864f9ef606ccffc1e280226bf5e5 (patch)
treeef0419e52e24f18ba09186be4f33905ae024df58 /engines/titanic/game/wheel_button.h
parent18c925c6c548d0dab0f0f2192884e232b39f715e (diff)
downloadscummvm-rg350-e143d5ef4855864f9ef606ccffc1e280226bf5e5.tar.gz
scummvm-rg350-e143d5ef4855864f9ef606ccffc1e280226bf5e5.tar.bz2
scummvm-rg350-e143d5ef4855864f9ef606ccffc1e280226bf5e5.zip
TITANIC: Further code cleanup, identified game mode 5
Diffstat (limited to 'engines/titanic/game/wheel_button.h')
-rw-r--r--engines/titanic/game/wheel_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/wheel_button.h b/engines/titanic/game/wheel_button.h
index 097b686943..2725e60622 100644
--- a/engines/titanic/game/wheel_button.h
+++ b/engines/titanic/game/wheel_button.h
@@ -33,7 +33,7 @@ class CWheelButton : public CBackground {
bool TimerMsg(CTimerMsg *msg);
bool LeaveViewMsg(CLeaveViewMsg *msg);
public:
- int _fieldE0;
+ bool _fieldE0;
int _timerId;
int _fieldE8;
public: