From f3d4b854b7544c1379414983fcc750d60dfe2151 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Thu, 30 Jun 2016 13:29:42 +0200 Subject: DM: Add F0142_DUNGEON_GetProjectileAspect --- engines/dm/champion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dm/champion.h') 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; -- cgit v1.2.3