aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/debug.cpp')
-rw-r--r--engines/parallaction/debug.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/debug.cpp b/engines/parallaction/debug.cpp
index 0bf2babb5b..19022fb0fa 100644
--- a/engines/parallaction/debug.cpp
+++ b/engines/parallaction/debug.cpp
@@ -83,7 +83,10 @@ bool Debugger::Cmd_Location(int argc, const char **argv) {
case 1:
debugPrintf("location <location name> [character name]\n");
+ break;
+ default:
+ break;
}
return true;