From 5a0305bb9a5b1e1a57f2c648101312e2935992a8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 8 Aug 2019 00:20:26 +0200 Subject: HDB: Fix warnings --- engines/hdb/ai-funcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hdb/ai-funcs.cpp') 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); } } -- cgit v1.2.3