aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-20 21:15:00 -0500
committerPaul Gilbert2017-02-20 21:15:00 -0500
commit90e4e8a06403dc54b862cc08676718a29fdf6f94 (patch)
treeb5709060fcc2c6f0cd03e3f1bfe544aae4438b5b /engines/titanic/game/wheel_button.h
parente878332cc4f0581343b794d8a20b396b726e3543 (diff)
downloadscummvm-rg350-90e4e8a06403dc54b862cc08676718a29fdf6f94.tar.gz
scummvm-rg350-90e4e8a06403dc54b862cc08676718a29fdf6f94.tar.bz2
scummvm-rg350-90e4e8a06403dc54b862cc08676718a29fdf6f94.zip
TITANIC: Initial cleanup & renamings for bridge controls
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();