aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.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/gfx.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/gfx.h')
-rw-r--r--engines/hdb/gfx.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index dbd3786f28..83af1e49da 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -148,29 +148,6 @@ public:
void setCursor(int x, int y);
void getCursor(int *x, int *y);
- // Some 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:
int _numTiles;
TileLookup *_tLookupArray;