From 4fd482e41813f32359eb91a2b62867605af0382c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 28 Apr 2016 21:07:41 -0400 Subject: TITANIC: Implement checks for whether NPCs can be summoned --- engines/titanic/core/saveable_object.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/core') diff --git a/engines/titanic/core/saveable_object.cpp b/engines/titanic/core/saveable_object.cpp index 4a57959b57..00a48ea435 100644 --- a/engines/titanic/core/saveable_object.cpp +++ b/engines/titanic/core/saveable_object.cpp @@ -917,7 +917,7 @@ DEFFN(CSUBTransition) DEFFN(CSubTurnOffMsg) DEFFN(CSubTurnOnMsg) DEFFN(CSummonBotMsg) -DEFFN(CSummonBotQuerryMsg) +DEFFN(CSummonBotQueryMsg) DEFFN(CTakeHeadPieceMsg) DEFFN(CTextInputMsg) DEFFN(CTimeDilationMsg) @@ -1503,7 +1503,7 @@ void CSaveableObject::initClassList() { ADDFN(CSubTurnOffMsg, CMessage); ADDFN(CSubTurnOnMsg, CMessage); ADDFN(CSummonBotMsg, CMessage); - ADDFN(CSummonBotQuerryMsg, CMessage); + ADDFN(CSummonBotQueryMsg, CMessage); ADDFN(CTakeHeadPieceMsg, CMessage); ADDFN(CTextInputMsg, CMessage); ADDFN(CTimeDilationMsg, CMessage); -- cgit v1.2.3