aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-bots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai-bots.cpp')
-rw-r--r--engines/hdb/ai-bots.cpp2
1 files changed, 1 insertions, 1 deletions
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) {