aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom
diff options
context:
space:
mode:
authorStrangerke2015-10-25 19:05:28 +0100
committerStrangerke2015-10-25 19:05:28 +0100
commitadfe7de5abe8d562d4b6a4b6534d74dec0a6ace7 (patch)
tree1f84d5930348e3dd26ff951ad5c6603b918b6a7d /engines/mads/phantom
parent2c5b63acfae29b21e31c4781f35f85c33ac72c86 (diff)
downloadscummvm-rg350-adfe7de5abe8d562d4b6a4b6534d74dec0a6ace7.tar.gz
scummvm-rg350-adfe7de5abe8d562d4b6a4b6534d74dec0a6ace7.tar.bz2
scummvm-rg350-adfe7de5abe8d562d4b6a4b6534d74dec0a6ace7.zip
MADS: Phantom: change the type of a couple of local variables
Diffstat (limited to 'engines/mads/phantom')
-rw-r--r--engines/mads/phantom/phantom_scenes1.cpp4
1 files changed, 2 insertions, 2 deletions
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: