aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-funcs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai-funcs.cpp')
-rw-r--r--engines/hdb/ai-funcs.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/hdb/ai-funcs.cpp b/engines/hdb/ai-funcs.cpp
index 137df1c4e9..7b2f148796 100644
--- a/engines/hdb/ai-funcs.cpp
+++ b/engines/hdb/ai-funcs.cpp
@@ -1842,7 +1842,6 @@ void AI::animGrabbing() {
_player->draw = _getGfx[DIR_RIGHT];
break;
default:
- warning("AI-FUNCS: animGrabbing: DIR_NONE found");
break;
}
@@ -1951,7 +1950,6 @@ bool AI::findPath(AIEntity *e) {
xv = 1;
break;
case DIR_NONE:
- warning("findPath: DIR_NONE found");
break;
}
@@ -2294,7 +2292,7 @@ void AI::lookAtXY(int x, int y) {
_player->draw = _getGfx[DIR_RIGHT];
break;
default:
- warning("AI-FUNCS: lookAtXY: DIR_NONE");
+ break;
}
}