diff options
Diffstat (limited to 'engines/titanic/true_talk/liftbot_script.cpp')
-rw-r--r-- | engines/titanic/true_talk/liftbot_script.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/liftbot_script.cpp b/engines/titanic/true_talk/liftbot_script.cpp index b37288d7bc..ab995b71b9 100644 --- a/engines/titanic/true_talk/liftbot_script.cpp +++ b/engines/titanic/true_talk/liftbot_script.cpp @@ -591,7 +591,8 @@ int LiftbotScript::sentence1(const TTsentence *sentence) { else classSet = false; - uint newId = 0, diff = 1; + uint newId = 0; + int diff = 1; if (sentence->localWord("promenade")) { newId = 210718; } else if (sentence->localWord("bar")) { |