aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/moonbase/ai_types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/moonbase/ai_types.cpp')
-rw-r--r--engines/scumm/he/moonbase/ai_types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/moonbase/ai_types.cpp b/engines/scumm/he/moonbase/ai_types.cpp
index 1674e03777..e134f5ee12 100644
--- a/engines/scumm/he/moonbase/ai_types.cpp
+++ b/engines/scumm/he/moonbase/ai_types.cpp
@@ -27,6 +27,7 @@ namespace Scumm {
AIEntity::AIEntity(int id) {
switch (id) {
+ default:
case BRUTAKAS:
warning("BRUTAKAS");
_id = id;