aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/light.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-16 09:55:00 -0500
committerPaul Gilbert2017-01-16 09:55:00 -0500
commit953e4e6d210a0d53cbeaae4ca9e17432840dc0ed (patch)
tree954f455d108f97127650fa962d3f1766ceca6c10 /engines/titanic/game/light.h
parent65d6edf829e66751636afd481a3e94c916a6dcb5 (diff)
downloadscummvm-rg350-953e4e6d210a0d53cbeaae4ca9e17432840dc0ed.tar.gz
scummvm-rg350-953e4e6d210a0d53cbeaae4ca9e17432840dc0ed.tar.bz2
scummvm-rg350-953e4e6d210a0d53cbeaae4ca9e17432840dc0ed.zip
TITANIC: Renamings for light switches
Diffstat (limited to 'engines/titanic/game/light.h')
-rw-r--r--engines/titanic/game/light.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/titanic/game/light.h b/engines/titanic/game/light.h
index 68223275e5..12f7d88bcb 100644
--- a/engines/titanic/game/light.h
+++ b/engines/titanic/game/light.h
@@ -39,14 +39,14 @@ class CLight : public CBackground {
bool ActMsg(CActMsg *msg);
bool EnterRoomMsg(CEnterRoomMsg *msg);
private:
- int _fieldE0;
- int _fieldE4;
- int _fieldE8;
- int _fieldEC;
- int _fieldF0;
- int _fieldF4;
- int _fieldF8;
- int _fieldFC;
+ int _unused1;
+ bool _upRight;
+ bool _upLeft;
+ bool _downLeft;
+ bool _downRight;
+ int _unused2;
+ int _unused3;
+ bool _eyePresent;
public:
CLASSDEF;
CLight();