DM: Rename more constants
This commit is contained in:
parent
7d9526f888
commit
040d71bca5
10 changed files with 402 additions and 400 deletions
|
@ -136,7 +136,7 @@ bool ProjExpl::hasProjectileImpactOccurred(int16 impactType, int16 mapXCombo, in
|
|||
int16 iconIndex = _vm->_objectMan->getIconIndex(projectileAssociatedThing);
|
||||
|
||||
if ((projectileThingData->_attack > _vm->getRandomNumber(128))
|
||||
&& getFlag(associatedAllowedSlots, k0x0100_ObjectAllowedSlotPouchPassAndThroughDoors)
|
||||
&& getFlag(associatedAllowedSlots, kDMMaskPouchPassAndThroughDoors)
|
||||
&& ( (projectileAssociatedThingType != kDMThingTypeJunk)
|
||||
|| (iconIndex < kDMIconIndiceJunkIronKey)
|
||||
|| (iconIndex > kDMIconIndiceJunkMasterKey)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue