Home
last modified time | relevance | path

Searched refs:_thingExplOpenDoor (Results 1 – 8 of 8) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Ddm.h273 Thing _thingExplOpenDoor; // @ C0xFF84_THING_EXPLOSION_OPEN_DOOR variable
H A Dprojexpl.cpp119 …curDoorState != kDMDoorStateDestroyed) && (projectileAssociatedThing == _vm->_thingExplOpenDoor)) { in hasProjectileImpactOccurred()
H A Ddm.cpp127 _thingExplHarmNonMaterial(0xFF83), _thingExplOpenDoor(0xFF84), _thingExplPoisonBolt(0xFF86), in DMEngine()
H A Dgroup.cpp1505 projectileThing = _vm->_thingExplOpenDoor; in isCreatureAttacking()
1520 projectileThing = _vm->_thingExplOpenDoor; in isCreatureAttacking()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Ddm.h325 Thing _thingExplOpenDoor; // @ C0xFF84_THING_EXPLOSION_OPEN_DOOR variable
H A Dprojexpl.cpp119 …curDoorState != kDMDoorStateDestroyed) && (projectileAssociatedThing == _vm->_thingExplOpenDoor)) { in hasProjectileImpactOccurred()
H A Ddm.cpp127 _thingExplHarmNonMaterial(0xFF83), _thingExplOpenDoor(0xFF84), _thingExplPoisonBolt(0xFF86), in DMEngine()
H A Dgroup.cpp1502 projectileThing = _vm->_thingExplOpenDoor; in isCreatureAttacking()
1513 projectileThing = _vm->_thingExplOpenDoor; in isCreatureAttacking()