aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 317508a9f8..2bd4a2e753 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -374,9 +374,9 @@ T0002002:
_menuMan->f390_refreshActionAreaAndSetChampDirMaxDamageReceived();
- // if (!((int)_vm->_g313_gameTime & (_vm->_championMan->_g300_partyIsSleeping ? 15 : 63))) {
- // F0331_CHAMPION_ApplyTimeEffects_CPSF();
- // }
+ if (!((int32)_g313_gameTime & (_championMan->_g300_partyIsSleeping ? 15 : 63))) {
+ _championMan->f331_applyTimeEffects();
+ }
if (_g310_disabledMovementTicks)
_g310_disabledMovementTicks--;