From 4461c1b7efa24384c51ad62fe796a06decac041c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 27 Jun 2019 22:30:25 +0200 Subject: HDB: Fix warnings --- engines/hdb/ai-bots.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/hdb/ai-bots.cpp') diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp index 7018c19291..2d451b601c 100644 --- a/engines/hdb/ai-bots.cpp +++ b/engines/hdb/ai-bots.cpp @@ -755,6 +755,7 @@ void aiRailRiderOnAction(AIEntity *e) { case DIR_DOWN: e->draw = e->movedownGfx[0]; break; case DIR_LEFT: e->draw = e->moveleftGfx[0]; break; case DIR_RIGHT: e->draw = e->moverightGfx[0]; break; + default: break; // DIR_NONE } g_hdb->_map->centerMapXY(e->x + 16, e->y + 16); -- cgit v1.2.3