aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/service_elevator_window.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-30 08:10:36 -0400
committerPaul Gilbert2016-10-30 08:10:36 -0400
commit96153644e6b72b7d956d8a45114172a035ce24cc (patch)
tree90ab7e74078691c4d5d96ebfb8b36cda5b01f53e /engines/titanic/game/service_elevator_window.h
parent6ffa5228c1691e5794600343b083bc922062be5f (diff)
downloadscummvm-rg350-96153644e6b72b7d956d8a45114172a035ce24cc.tar.gz
scummvm-rg350-96153644e6b72b7d956d8a45114172a035ce24cc.tar.bz2
scummvm-rg350-96153644e6b72b7d956d8a45114172a035ce24cc.zip
TITANIC: Cleanup of CServiceElevatorWIndow class
Diffstat (limited to 'engines/titanic/game/service_elevator_window.h')
-rw-r--r--engines/titanic/game/service_elevator_window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/service_elevator_window.h b/engines/titanic/game/service_elevator_window.h
index ee94f0c39f..baeef5aeb8 100644
--- a/engines/titanic/game/service_elevator_window.h
+++ b/engines/titanic/game/service_elevator_window.h
@@ -33,10 +33,10 @@ class CServiceElevatorWindow : public CBackground {
bool MovieEndMsg(CMovieEndMsg *msg);
bool EnterViewMsg(CEnterViewMsg *msg);
public:
- int _fieldE0;
+ int _destFloor;
bool _notifyFlag;
- int _fieldE8;
- int _fieldEC;
+ bool _isIndicator;
+ bool _intoSpace;
public:
CLASSDEF;
CServiceElevatorWindow();