Mercurial > mm7
diff Items.h @ 400:9140a1d916f0
Слияние
author | Ritor1 |
---|---|
date | Sat, 23 Feb 2013 09:57:43 +0600 |
parents | b509ef97807a |
children | 0a1ea44b4a0a |
line wrap: on
line diff
--- a/Items.h Sat Feb 23 09:57:34 2013 +0600 +++ b/Items.h Sat Feb 23 09:57:43 2013 +0600 @@ -118,7 +118,7 @@ const char *GetIdentifiedName(); void UpdateTempBonus(__int64 uTimePlayed); void Reset(); - int _439DF3_get_additional_damage(int *a2, int *a3); + int _439DF3_get_additional_damage(int *a2, bool *vampiyr); @@ -234,7 +234,7 @@ void Initialize(); void LoadPotions(); void LoadPotionNotes(); - void GenerateItem(int treasure_level, int a3, ItemGen *pItem); + void GenerateItem(int treasure_level, unsigned int uTreasureType, ItemGen *pItem); void SetSpecialBonus(ItemGen *pItem); bool IsMaterialSpecial(ItemGen *pItem); bool IsMaterialNonCommon(ItemGen *pItem);