aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/messages.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/messages/messages.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/messages/messages.h')
-rw-r--r--engines/titanic/messages/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h
index 123003fee5..2a95c3f5fa 100644
--- a/engines/titanic/messages/messages.h
+++ b/engines/titanic/messages/messages.h
@@ -280,7 +280,7 @@ MESSAGE2(CLeaveNodeMsg, CNodeItem *, oldNode, nullptr, CNodeItem *, newNode, nul
MESSAGE2(CLeaveRoomMsg, CRoomItem *, oldRoom, nullptr, CRoomItem *, newRoom, nullptr);
MESSAGE2(CLeaveViewMsg, CViewItem *, oldView, nullptr, CViewItem *, newView, nullptr);
MESSAGE1(CLemonFallsFromTreeMsg, Point, pt, Point());
-MESSAGE4(CLightsMsg, bool, upRight, false, bool, upLeft, false, bool, downLeft, false, bool, downRight, false);
+MESSAGE4(CLightsMsg, bool, topRight, false, bool, topLeft, false, bool, bottomLeft, false, bool, bottomRight, false);
MESSAGE1(CLoadSuccessMsg, int, ticks, 0);
MESSAGE1(CLockPhonographMsg, int, value, 0);
MESSAGE0(CMaitreDDefeatedMsg);