From c71426e2f88b5c8fedd4c0e26557d868a88a650f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 9 Jul 2019 11:45:19 +0200 Subject: HDB: Fix warnings --- engines/hdb/ai-bots.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/hdb/ai-bots.cpp') diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp index ec1cc6b6e7..15414778cf 100644 --- a/engines/hdb/ai-bots.cpp +++ b/engines/hdb/ai-bots.cpp @@ -2058,6 +2058,9 @@ void aiFatFrogAction(AIEntity *e) { e->animFrame++; } break; + default: + // no op + break; } } -- cgit v1.2.3