aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/wheel_button.h')
-rw-r--r--engines/titanic/game/wheel_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/wheel_button.h b/engines/titanic/game/wheel_button.h
index 2725e60622..7bdcecef75 100644
--- a/engines/titanic/game/wheel_button.h
+++ b/engines/titanic/game/wheel_button.h
@@ -33,9 +33,9 @@ class CWheelButton : public CBackground {
bool TimerMsg(CTimerMsg *msg);
bool LeaveViewMsg(CLeaveViewMsg *msg);
public:
- bool _fieldE0;
+ bool _blinking;
int _timerId;
- int _fieldE8;
+ int _unused5;
public:
CLASSDEF;
CWheelButton();