From 8d4168ca58d99ff99a2080641910d53cdfbd1ab8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 27 Jun 2019 00:14:52 +0200 Subject: HDB: Hid noisy stubs --- engines/hdb/ai-bots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hdb/ai-bots.cpp') diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp index 1918a411df..ff94ceee34 100644 --- a/engines/hdb/ai-bots.cpp +++ b/engines/hdb/ai-bots.cpp @@ -817,7 +817,7 @@ void aiMaintBotAction(AIEntity *e) { int xvAhead[5] = {9, 0, 0,-1, 1}, yvAhead[5] = {9,-1, 1, 0, 0}; AIEntity *it; int nx, ny; - warning("STUB: aiMaintBotAction: Add sounds"); + debug(9, "STUB: aiMaintBotAction: Add sounds"); // Waiting at an arrow (or hit by player)? if (e->sequence) { -- cgit v1.2.3