diff options
-rw-r--r-- | engines/hdb/ai-funcs.cpp | 2 | ||||
-rw-r--r-- | engines/hdb/map.cpp | 1 |
2 files changed, 2 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); } } diff --git a/engines/hdb/map.cpp b/engines/hdb/map.cpp index cd605a984b..5defd8680e 100644 --- a/engines/hdb/map.cpp +++ b/engines/hdb/map.cpp @@ -632,6 +632,7 @@ bool Map::load(Common::SeekableReadStream *stream) { case AI_DEADEYE: if (_iconList[i].value1 == 1) // For non-moving DeadEyes break; + // fall through case AI_FOURFIRER: case AI_LISTENBOT: case ITEM_CLUB: |