From c75e14cabb6893532b7def2caf427ce429c04492 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Tue, 30 Jul 2019 13:50:58 +0530 Subject: HDB: Remove redundant warning --- engines/hdb/ai-bots.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp index 408d364991..8e06e94b20 100644 --- a/engines/hdb/ai-bots.cpp +++ b/engines/hdb/ai-bots.cpp @@ -362,7 +362,6 @@ void aiRightBotInit2(AIEntity *e) { e->state = STATE_MOVERIGHT; break; case DIR_NONE: - warning("aiRightBotInit2: DIR_NONE found"); break; } } -- cgit v1.2.3