From fe0082b4d6e79ba788a0c72e04e911b5011ffc0e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 16 Jul 2019 20:13:11 +0200 Subject: HDB: Fix warnings --- engines/hdb/ai-bots.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp index 90f74b962d..2234bc5732 100644 --- a/engines/hdb/ai-bots.cpp +++ b/engines/hdb/ai-bots.cpp @@ -721,6 +721,7 @@ void aiRailRiderOnAction(AIEntity *e) { case -1: if (!p->goalX) e->sequence = 1; // Boarded yet? + // fallthrough // Cycle Animation Frames case 3: if (e->animDelay-- > 0) @@ -740,6 +741,7 @@ void aiRailRiderOnAction(AIEntity *e) { g_hdb->_sound->playSound(SND_RAILRIDER_TASTE); e->sequence = 2; e->value1 = 0; + // fallthrough // New RailRider gfx // Move the RailRider -- cgit v1.2.3