aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-13 16:35:48 +0200
committerEugene Sandulenko2019-09-03 17:17:19 +0200
commit0a291d028cbc3f1ead687d69deb8e3569167c7ae (patch)
tree2ffd398dabe0c77eabd070b458a35b72818fe072 /engines/hdb/ai.h
parent62a6a3646322b4161233dee87270b27e316620bc (diff)
downloadscummvm-rg350-0a291d028cbc3f1ead687d69deb8e3569167c7ae.tar.gz
scummvm-rg350-0a291d028cbc3f1ead687d69deb8e3569167c7ae.tar.bz2
scummvm-rg350-0a291d028cbc3f1ead687d69deb8e3569167c7ae.zip
HDB: Complete AI::restartSystem()
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 4ac3eae917..47c8f75768 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -1140,6 +1140,9 @@ public:
uint16 _slugAttackFrames;
Picture *_slugAttackGfx[kMaxAnimFrames];
+ Tile *_weaponSelGfx;
+ AIType _weaponSelected;
+
// Player Resources and Deliveries
int _numGems;