aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/up_lighter.h
diff options
context:
space:
mode:
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();