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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp
index 2ce54b1f18..f0b6f35aa2 100644
--- a/engines/hdb/ai-bots.cpp
+++ b/engines/hdb/ai-bots.cpp
@@ -1268,6 +1268,10 @@ void aiDiverterAction(AIEntity *e) {
}
void aiDiverterDraw(AIEntity *e, int mx, int my) {
+}
+
+#if 0
+void aiDiverterDraw(AIEntity *e, int mx, int my) {
int i;
if (!e->value1 && !e->value2)
return;
@@ -1356,6 +1360,8 @@ void aiDiverterDraw(AIEntity *e, int mx, int my) {
}
e->movedownFrames++;
}
+#endif
+
void aiMeerkatDraw(AIEntity *e, int mx, int my) {
warning("STUB: AI: aiMeerkatDraw required");