aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-bots.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-05 00:06:28 +0530
committerEugene Sandulenko2019-09-03 17:17:11 +0200
commitbcbe095ef8d172680318632c5d20ccf78b9c0e80 (patch)
treed1ea6c296573fcfead2b33dfe896a7a8a4005357 /engines/hdb/ai-bots.cpp
parentd356756e6d2fd0802919987e120b4f55973e6a5d (diff)
downloadscummvm-rg350-bcbe095ef8d172680318632c5d20ccf78b9c0e80.tar.gz
scummvm-rg350-bcbe095ef8d172680318632c5d20ccf78b9c0e80.tar.bz2
scummvm-rg350-bcbe095ef8d172680318632c5d20ccf78b9c0e80.zip
HDB: Commet out non-compiling code
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");