aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi_mickey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/preagi_mickey.cpp')
-rw-r--r--engines/agi/preagi_mickey.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/agi/preagi_mickey.cpp b/engines/agi/preagi_mickey.cpp
index b55f279610..52dde91f7c 100644
--- a/engines/agi/preagi_mickey.cpp
+++ b/engines/agi/preagi_mickey.cpp
@@ -327,6 +327,8 @@ bool MickeyEngine::getMenuSelRow(MSA_MENU &menu, int *sel0, int *sel1, int iRow)
case 1:
sel = sel1;
break;
+ default:
+ break;
}
nWords = menu.row[iRow].count;
_clickToMove = false;
@@ -1887,6 +1889,8 @@ bool MickeyEngine::parse(int cmd, int arg) {
case 2:
getXtal(35);
break;
+ default:
+ break;
}
}
break;
@@ -2190,6 +2194,10 @@ bool MickeyEngine::parse(int cmd, int arg) {
_gameStateMickey.iRoom = arg;
return true;
+ break;
+
+ default:
+ break;
}
return false;