aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/champion.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-30 13:29:42 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitf3d4b854b7544c1379414983fcc750d60dfe2151 (patch)
treec165b21c10328d21658bd1f4e440e57acb5085bf /engines/dm/champion.h
parenta09ff6a165ded27abed68edd4067acd494ec5221 (diff)
downloadscummvm-rg350-f3d4b854b7544c1379414983fcc750d60dfe2151.tar.gz
scummvm-rg350-f3d4b854b7544c1379414983fcc750d60dfe2151.tar.bz2
scummvm-rg350-f3d4b854b7544c1379414983fcc750d60dfe2151.zip
DM: Add F0142_DUNGEON_GetProjectileAspect
Diffstat (limited to 'engines/dm/champion.h')
-rw-r--r--engines/dm/champion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/champion.h b/engines/dm/champion.h
index d712e6b6c2..e0390a4937 100644
--- a/engines/dm/champion.h
+++ b/engines/dm/champion.h
@@ -400,7 +400,7 @@ public:
void clearWounds() { _wounds = kChampionWoundNone; }
void resetToZero() { // oh boy > . <
for (int16 i = 0; i < 30; ++i)
- _slots[i] = Thing::_thingNone;
+ _slots[i] = Thing::_none;
for (int16 i = 0; i < 20; ++i)
_skills[i].resetToZero();
_attributes = _wounds = 0;