diff options
Diffstat (limited to 'engines/titanic/game/captains_wheel.h')
-rw-r--r-- | engines/titanic/game/captains_wheel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/game/captains_wheel.h b/engines/titanic/game/captains_wheel.h index 3aca45c21f..7dce1ac6ee 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; - int _fieldE4; + bool _stopEnabled; + int _actionNum; int _fieldE8; - int _fieldEC; - int _fieldF0; + bool _cruiseEnabled; + bool _goEnabled; int _fieldF4; public: CLASSDEF; |