aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/service_elevator_window.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-30 00:00:03 -0400
committerPaul Gilbert2016-10-30 00:00:03 -0400
commit4fbaa41b147cbfaf3b7370a53b4c8c2ba099f791 (patch)
treeefe3def4fa2355f014e876bd0bf0dcc66509f855 /engines/titanic/game/service_elevator_window.h
parent525c9100e83e4eb695ce5db0c163121ef95befce (diff)
downloadscummvm-rg350-4fbaa41b147cbfaf3b7370a53b4c8c2ba099f791.tar.gz
scummvm-rg350-4fbaa41b147cbfaf3b7370a53b4c8c2ba099f791.tar.bz2
scummvm-rg350-4fbaa41b147cbfaf3b7370a53b4c8c2ba099f791.zip
TITANIC: Fix floor change message to go to both background & indicator
Diffstat (limited to 'engines/titanic/game/service_elevator_window.h')
-rw-r--r--engines/titanic/game/service_elevator_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/service_elevator_window.h b/engines/titanic/game/service_elevator_window.h
index 88e1663aba..ee94f0c39f 100644
--- a/engines/titanic/game/service_elevator_window.h
+++ b/engines/titanic/game/service_elevator_window.h
@@ -34,7 +34,7 @@ class CServiceElevatorWindow : public CBackground {
bool EnterViewMsg(CEnterViewMsg *msg);
public:
int _fieldE0;
- int _fieldE4;
+ bool _notifyFlag;
int _fieldE8;
int _fieldEC;
public: