DM: Rename IconIndice enum
This commit is contained in:
parent
7654c89d4f
commit
b365338293
12 changed files with 141 additions and 141 deletions
|
@ -138,8 +138,8 @@ bool ProjExpl::hasProjectileImpactOccurred(int16 impactType, int16 mapXCombo, in
|
|||
if ((projectileThingData->_attack > _vm->getRandomNumber(128))
|
||||
&& getFlag(associatedAllowedSlots, k0x0100_ObjectAllowedSlotPouchPassAndThroughDoors)
|
||||
&& ( (projectileAssociatedThingType != k10_JunkThingType)
|
||||
|| (iconIndex < k176_IconIndiceJunkIronKey)
|
||||
|| (iconIndex > k191_IconIndiceJunkMasterKey)
|
||||
|| (iconIndex < kDMIconIndiceJunkIronKey)
|
||||
|| (iconIndex > kDMIconIndiceJunkMasterKey)
|
||||
)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue