aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-24 22:40:07 -0400
committerPaul Gilbert2016-03-24 22:40:07 -0400
commit0b37ac18693c7f51212f250b8a9990071a1dda2b (patch)
treeb064d4a5e45d9efd08755425868d31630c2a7e5e /engines/titanic/messages
parent02b46202bec88eb21b322fb9480de9eb8965dd01 (diff)
downloadscummvm-rg350-0b37ac18693c7f51212f250b8a9990071a1dda2b.tar.gz
scummvm-rg350-0b37ac18693c7f51212f250b8a9990071a1dda2b.tar.bz2
scummvm-rg350-0b37ac18693c7f51212f250b8a9990071a1dda2b.zip
TITANIC: Implementing more CTelevision message handlers
Diffstat (limited to 'engines/titanic/messages')
-rw-r--r--engines/titanic/messages/messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h
index 493152b299..77d53f21a6 100644
--- a/engines/titanic/messages/messages.h
+++ b/engines/titanic/messages/messages.h
@@ -369,7 +369,7 @@ MESSAGE1(CSetChevRoomBits, int, value, 0);
MESSAGE0(CSetMusicControlsMsg);
MESSAGE2(CSetVarMsg, CString, varName, "", int, value, 0);
MESSAGE2(CSetVolumeMsg, int, value1, 70, int, value2, 0);
-MESSAGE2(CShipSettingMsg, CString, strValue, "", int, numValue, 0);
+MESSAGE2(CShipSettingMsg, int, value, 0, CString, name, "");
MESSAGE1(CShowTextMsg, CString, value, "NO TEXT INCLUDED!!!");
MESSAGE2(CSignalObject, CString, strValue, "", int, numValue, 0);
MESSAGE2(CSpeechFallsFromTreeMsg, int, value1, 0, int, value2, 0);
@@ -405,7 +405,7 @@ MESSAGE1(CUse, int, value, 0);
MESSAGE1(CUseWithCharMsg, int, value, 0);
MESSAGE1(CUseWithOtherMsg, int, value, 0);
MESSAGE1(CVirtualKeyCharMsg, int, value, 0);
-MESSAGE2(CVisibleMsg, int, value1, 1, int, value2, 0);
+MESSAGE1(CVisibleMsg, bool, visible, true);
} // End of namespace Titanic