aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-05 03:10:28 +0530
committerEugene Sandulenko2019-09-03 17:17:11 +0200
commit5ed21d12df2c548d4cc7e214715a3c7c307c528a (patch)
treee9cc4acf55970974e3ea492b1e55d93c9cba0f56 /engines/hdb/ai.h
parentad8f85759576ca81993f9f143feaf5df8c2e714e (diff)
downloadscummvm-rg350-5ed21d12df2c548d4cc7e214715a3c7c307c528a.tar.gz
scummvm-rg350-5ed21d12df2c548d4cc7e214715a3c7c307c528a.tar.bz2
scummvm-rg350-5ed21d12df2c548d4cc7e214715a3c7c307c528a.zip
HDB: Move Bots gfx into _ai class
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 38501803f9..f37bb81579 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -1229,6 +1229,29 @@ public:
int _stunAnim;
uint32 _stunTimer;
+ // Bots Gfx
+
+ Picture *_icepSnowballGfxDown; // ICEPUFF's snowball moving down
+ Picture *_icepSnowballGfxLeft; // ICEPUFF's snowball moving left
+ Picture *_icepSnowballGfxRight; // ICEPUFF's snowball moving right
+
+ Tile *_tileFroglickMiddleUD;
+ Tile *_tileFroglickWiggleUD[3];
+ Tile *_tileFroglickMiddleLR;
+ Tile *_tileFroglickWiggleLeft[3];
+ Tile *_tileFroglickWiggleRight[3];
+
+ Picture *_gfxDragonAsleep;
+ Picture *_gfxDragonFlap[2];
+ Picture *_gfxDragonBreathe[3];
+
+ Tile *_gfxLaserbeamUD[4];
+ Tile *_gfxLaserbeamUDTop[4];
+ Tile *_gfxLaserbeamUDBottom[4];
+ Tile *_gfxLaserbeamLR[4];
+ Tile *_gfxLaserbeamLRLeft[4];
+ Tile *_gfxLaserbeamLRRight[4];
+
private:
// Action Functions