aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/command.cpp')
-rw-r--r--engines/queen/command.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/queen/command.cpp b/engines/queen/command.cpp
index 3866f6eca8..09e7462777 100644
--- a/engines/queen/command.cpp
+++ b/engines/queen/command.cpp
@@ -514,6 +514,8 @@ int16 Command::executeCommand(uint16 comId, int16 condResult) {
case 4:
_vm->logic()->joeUseUnderwear();
break;
+ default:
+ break;
}
if (_state.subject[0] > 0)
@@ -1228,6 +1230,8 @@ uint16 Command::nextObjectDescription(ObjectDescription* objDesc, uint16 firstDe
++objDesc->lastSeenNumber;
}
break;
+ default:
+ break;
}
return objDesc->lastSeenNumber;
}