aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/up_lighter.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-22 21:07:53 -0500
committerPaul Gilbert2017-01-22 21:07:53 -0500
commit4768619c8cbbf734fb2a7e161cad9ef64ec71ece (patch)
treef5523c0180854a97578d7bac330887fbe5dc0d6d /engines/titanic/game/up_lighter.h
parent7dd6e826e9d19adfd51e5930b17b8f79d8bd8f39 (diff)
downloadscummvm-rg350-4768619c8cbbf734fb2a7e161cad9ef64ec71ece.tar.gz
scummvm-rg350-4768619c8cbbf734fb2a7e161cad9ef64ec71ece.tar.bz2
scummvm-rg350-4768619c8cbbf734fb2a7e161cad9ef64ec71ece.zip
TITANIC: Renamings for CUpLighter
Diffstat (limited to 'engines/titanic/game/up_lighter.h')
-rw-r--r--engines/titanic/game/up_lighter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/game/up_lighter.h b/engines/titanic/game/up_lighter.h
index e6a53cf7bd..fa7c116bcf 100644
--- a/engines/titanic/game/up_lighter.h
+++ b/engines/titanic/game/up_lighter.h
@@ -38,10 +38,10 @@ class CUpLighter : public CDropTarget {
bool TimerMsg(CTimerMsg *msg);
bool LeaveRoomMsg(CLeaveRoomMsg *msg);
private:
- int _field118;
- int _field11C;
- int _field120;
- int _field124;
+ bool _hosePumping;
+ bool _inRoom;
+ bool _isSpring;
+ bool _noseDispensed;
public:
CLASSDEF;
CUpLighter();