aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/projexpl.cpp
diff options
context:
space:
mode:
authorStrangerke2016-09-15 07:34:38 +0200
committerStrangerke2016-09-15 07:36:40 +0200
commitcb2b1b17db378abdcb479be6440f012de90a7b67 (patch)
treeaff00159ed65c722a18b4afead4d4d757f10e4c7 /engines/dm/projexpl.cpp
parent2042133b448a06c67281dabc5f74023a0e6ffa18 (diff)
downloadscummvm-rg350-cb2b1b17db378abdcb479be6440f012de90a7b67.tar.gz
scummvm-rg350-cb2b1b17db378abdcb479be6440f012de90a7b67.tar.bz2
scummvm-rg350-cb2b1b17db378abdcb479be6440f012de90a7b67.zip
DM: Some renaming and refactoring in Gfx
Diffstat (limited to 'engines/dm/projexpl.cpp')
-rw-r--r--engines/dm/projexpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/projexpl.cpp b/engines/dm/projexpl.cpp
index bd4cd6c69b..b30fb72dde 100644
--- a/engines/dm/projexpl.cpp
+++ b/engines/dm/projexpl.cpp
@@ -126,7 +126,7 @@ bool ProjExpl::hasProjectileImpactOccurred(int16 impactType, int16 mapXCombo, in
return false;
DoorInfo curDoorInfo = _vm->_dungeonMan->_currMapDoorInfo[curDoor->getType()];
- if (getFlag(curDoorInfo._attributes, k0x0002_MaskDoorInfo_ProjectilesCanPassThrough)) {
+ if (getFlag(curDoorInfo._attributes, kDMMaskDoorInfoProjectilesCanPassThrough)) {
if (projectileAssociatedThingType == kDMThingTypeExplosion) {
if (projectileAssociatedThing.toUint16() >= Thing::_explHarmNonMaterial.toUint16())
return false;