aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/captains_wheel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/captains_wheel.h')
-rw-r--r--engines/titanic/game/captains_wheel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/captains_wheel.h b/engines/titanic/game/captains_wheel.h
index 3aca45c21f..a8a85535d1 100644
--- a/engines/titanic/game/captains_wheel.h
+++ b/engines/titanic/game/captains_wheel.h
@@ -36,11 +36,11 @@ class CCaptainsWheel : public CBackground {
bool TurnOn(CTurnOn *msg);
bool MovieEndMsg(CMovieEndMsg *msg);
public:
- int _fieldE0;
+ bool _stopEnabled;
int _fieldE4;
int _fieldE8;
- int _fieldEC;
- int _fieldF0;
+ bool _cruiseEnabled;
+ bool _goEnabled;
int _fieldF4;
public:
CLASSDEF;