aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-funcs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai-funcs.cpp')
-rw-r--r--engines/hdb/ai-funcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai-funcs.cpp b/engines/hdb/ai-funcs.cpp
index 73e0b8e203..a633952428 100644
--- a/engines/hdb/ai-funcs.cpp
+++ b/engines/hdb/ai-funcs.cpp
@@ -2238,7 +2238,7 @@ void AI::getItemSound(AIType type) {
g_hdb->_sound->playSound(SND_GET_THING);
break;
}
- // fall through if it is PPC
+ // fall through
default: g_hdb->_sound->playSound(SND_GET_THING);
}
}