From adfe7de5abe8d562d4b6a4b6534d74dec0a6ace7 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 25 Oct 2015 19:05:28 +0100 Subject: MADS: Phantom: change the type of a couple of local variables --- engines/mads/phantom/phantom_scenes1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/mads/phantom') diff --git a/engines/mads/phantom/phantom_scenes1.cpp b/engines/mads/phantom/phantom_scenes1.cpp index 439c6c5a64..4aeed5102a 100644 --- a/engines/mads/phantom/phantom_scenes1.cpp +++ b/engines/mads/phantom/phantom_scenes1.cpp @@ -349,7 +349,7 @@ void Scene101::handleConversation0() { void Scene101::handleConversation1() { if ((_action._activeAction._verbId >= 0) && (_action._activeAction._verbId <= 27)) { - int interlocutorFl = false; + bool interlocutorFl = false; if (_game._trigger == 60) { switch (_action._activeAction._verbId) { @@ -2323,7 +2323,7 @@ void Scene103::descendLeftStairs() { } void Scene103::process_conv_jacques() { - int quitConversationFl = false; + bool quitConversationFl = false; switch (_action._activeAction._verbId) { case 1: -- cgit v1.2.3