aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-11 15:20:00 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit12f06fd1d9460524ba8e9307a89edc1454516c27 (patch)
treee9b2268da9b20a68882efc08843f455fdca62164 /engines/dm/dm.cpp
parentdd3f12c7d5b85cb8bd6644a8c9de9fe49ca4166a (diff)
downloadscummvm-rg350-12f06fd1d9460524ba8e9307a89edc1454516c27.tar.gz
scummvm-rg350-12f06fd1d9460524ba8e9307a89edc1454516c27.tar.bz2
scummvm-rg350-12f06fd1d9460524ba8e9307a89edc1454516c27.zip
DM: Add f219_processEvents48To49_projectile
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index fd3c30ec1c..8a49b23e87 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -365,7 +365,7 @@ T0002002:
_g313_gameTime++;
if (!(_g313_gameTime & 511))
- //_inventoryMan->f338_decreaseTorchesLightPower();
+ _inventoryMan->f338_decreaseTorchesLightPower();
if (_g310_disabledMovementTicks) {
_g310_disabledMovementTicks--;
}