aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/messages.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-28 21:07:41 -0400
committerPaul Gilbert2016-07-10 16:22:37 -0400
commit4fd482e41813f32359eb91a2b62867605af0382c (patch)
treec313e8d26fa0ae0fa00aacb051ac3f22e5f9d538 /engines/titanic/messages/messages.h
parentff72fc594bae10cd4ac5083d0cf2ca6c412d0f9f (diff)
downloadscummvm-rg350-4fd482e41813f32359eb91a2b62867605af0382c.tar.gz
scummvm-rg350-4fd482e41813f32359eb91a2b62867605af0382c.tar.bz2
scummvm-rg350-4fd482e41813f32359eb91a2b62867605af0382c.zip
TITANIC: Implement checks for whether NPCs can be summoned
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 ae66af1780..3af65c29da 100644
--- a/engines/titanic/messages/messages.h
+++ b/engines/titanic/messages/messages.h
@@ -343,7 +343,7 @@ MESSAGE0(CSUBTransition);
MESSAGE0(CSubTurnOffMsg);
MESSAGE0(CSubTurnOnMsg);
MESSAGE2(CSummonBotMsg, CString, strValue, "", int, numValue, 0);
-MESSAGE1(CSummonBotQuerryMsg, CString, value, "");
+MESSAGE1(CSummonBotQueryMsg, CString, npcName, "");
MESSAGE1(CTakeHeadPieceMsg, CString, value, "NULL");
MESSAGE2(CTextInputMsg, CString, value1, "", CString, value2, "");
MESSAGE1(CTimeDilationMsg, int, value, 0);