Mercurial > mm7
diff Engine/Engine.cpp @ 2567:d569340b05ff
Few constants changed into enum values
author | a.parshin |
---|---|
date | Thu, 21 May 2015 01:50:59 +0200 |
parents | 30eb6dcac768 |
children | d433439699be |
line wrap: on
line diff
--- a/Engine/Engine.cpp Wed May 20 21:05:07 2015 +0200 +++ b/Engine/Engine.cpp Thu May 21 01:50:59 2015 +0200 @@ -2954,7 +2954,7 @@ } else { - v25 = pParty->pPlayers[v49].pInventoryItemList[_idx - 1].uSpecEnchantmentType; + v25 = pParty->pPlayers[v49].pInventoryItemList[_idx - 1].special_enchantment; if (v25 == 37 //of Regeneration("Regenerate 1hp/x while walking, etc") || v25 == 44 //of Life("HP (+10), Regen hpts") || v25 == 50 //of The Phoenix("Fire Res (+30), Regen hpts") &&