aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-18 18:34:27 -0500
committerPaul Gilbert2017-02-18 18:34:27 -0500
commit80ba4b5592c2e88a7f9f85067cff8c462677fd49 (patch)
tree26b78a83148381e78d76d0df267ca01b4f5c15f2 /engines/titanic/messages
parent0343c0d3378fac49af4e0e0c8c82d4bf3c6404b6 (diff)
downloadscummvm-rg350-80ba4b5592c2e88a7f9f85067cff8c462677fd49.tar.gz
scummvm-rg350-80ba4b5592c2e88a7f9f85067cff8c462677fd49.tar.bz2
scummvm-rg350-80ba4b5592c2e88a7f9f85067cff8c462677fd49.zip
TITANIC: Renaming and cleanup for CGondolierSlider
Diffstat (limited to 'engines/titanic/messages')
-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 f70acdcfb2..e62c5e5dca 100644
--- a/engines/titanic/messages/messages.h
+++ b/engines/titanic/messages/messages.h
@@ -273,7 +273,7 @@ MESSAGE1(CGetChevRoomNum, int, roomNum, 0);
MESSAGE2(CHoseConnectedMsg, bool, connected, true, CGameObject *, object, nullptr);
MESSAGE0(CInitializeAnimMsg);
MESSAGE1(CIsEarBowlPuzzleDone, int, value, 0);
-MESSAGE3(CIsHookedOnMsg, Rect, rect, Rect(), bool, result, false, CString, string1, "");
+MESSAGE3(CIsHookedOnMsg, Rect, rect, Rect(), bool, isHooked, false, CString, armName, "");
MESSAGE1(CIsParrotPresentMsg, bool, value, false);
MESSAGE1(CKeyCharMsg, int, key, 32);
MESSAGE2(CLeaveNodeMsg, CNodeItem *, oldNode, nullptr, CNodeItem *, newNode, nullptr);