From bcbe095ef8d172680318632c5d20ccf78b9c0e80 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Fri, 5 Jul 2019 00:06:28 +0530 Subject: HDB: Commet out non-compiling code --- engines/hdb/ai-bots.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/hdb/ai-bots.cpp') 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 @@ -1267,6 +1267,10 @@ void aiDiverterAction(AIEntity *e) { warning("STUB: AI: aiDiverterAction required"); } +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) @@ -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"); -- cgit v1.2.3