aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 908bd51a65..e7cfd08281 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -766,6 +766,7 @@ struct CineBlit {
}
#define spawnBlocking(x, y, level) g_hdb->_ai->spawn(AI_NONE, DIR_NONE, x, y, NULL, NULL, NULL, DIR_NONE, level, 0, 0, 0)
+#if 0
extern Picture *icepSnowballGfxDown; // ICEPUFF's snowball moving down
extern Picture *icepSnowballGfxLeft; // ICEPUFF's snowball moving left
extern Picture *icepSnowballGfxRight; // ICEPUFF's snowball moving right
@@ -786,6 +787,7 @@ extern Tile *gfxLaserbeamUDBottom[4];
extern Tile *gfxLaserbeamLR[4];
extern Tile *gfxLaserbeamLRLeft[4];
extern Tile *gfxLaserbeamLRRight[4];
+#endif
class AI {
public: