Mercurial > mm7
diff Items.h @ 1019:32ec62bbaa2c
player use item part cleanup
author | Gloval |
---|---|
date | Tue, 21 May 2013 01:21:10 +0400 |
parents | 9e823ad5eaa6 |
children | 7f8be9f9769e |
line wrap: on
line diff
--- a/Items.h Sun May 19 20:39:45 2013 +0400 +++ b/Items.h Tue May 21 01:21:10 2013 +0400 @@ -145,10 +145,10 @@ - int uItemID; - int uEnchantmentType; - int _bonus_strength; - int uSpecEnchantmentType; // 25 +5 levels + int uItemID; //0 + int uEnchantmentType; //4 + int _bonus_strength; //8 + int uSpecEnchantmentType; // 25 +5 levels //0c // 16 Drain Hit Points from target. // 39 Double damage vs Demons. // 40 Double damage vs Dragons @@ -165,8 +165,8 @@ // 68 Adds 6-8 points of Cold damage and +5 Armor Class. // 71 Prevents drowning damage. // 72 Prevents falling damage. - int uNumCharges; - unsigned int uAttributes; + int uNumCharges; //10 + unsigned int uAttributes; //14 unsigned __int8 uBodyAnchor; char uMaxCharges; char uHolderPlayer;