aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/light.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-16 11:36:44 -0500
committerPaul Gilbert2017-01-16 11:36:44 -0500
commit3e2f084b412f178c884d0b4cfc81fce29beaf007 (patch)
treeaacc3449550082d4bfa7eac00e6aa83febb539fa /engines/titanic/game/light.h
parent953e4e6d210a0d53cbeaae4ca9e17432840dc0ed (diff)
downloadscummvm-rg350-3e2f084b412f178c884d0b4cfc81fce29beaf007.tar.gz
scummvm-rg350-3e2f084b412f178c884d0b4cfc81fce29beaf007.tar.bz2
scummvm-rg350-3e2f084b412f178c884d0b4cfc81fce29beaf007.zip
TITANIC: Rename light fields to more closely match original
Diffstat (limited to 'engines/titanic/game/light.h')
-rw-r--r--engines/titanic/game/light.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/game/light.h b/engines/titanic/game/light.h
index 12f7d88bcb..2e5dbfaee6 100644
--- a/engines/titanic/game/light.h
+++ b/engines/titanic/game/light.h
@@ -40,10 +40,10 @@ class CLight : public CBackground {
bool EnterRoomMsg(CEnterRoomMsg *msg);
private:
int _unused1;
- bool _upRight;
- bool _upLeft;
- bool _downLeft;
- bool _downRight;
+ bool _topRight;
+ bool _topLeft;
+ bool _bottomLeft;
+ bool _bottomRight;
int _unused2;
int _unused3;
bool _eyePresent;