DM: Rename IconIndice enum

This commit is contained in:
Strangerke 2016-09-09 01:09:25 +02:00
parent 7654c89d4f
commit b365338293
12 changed files with 141 additions and 141 deletions

View file

@ -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;
}