Mercurial > might-and-magic-trilogy
comparison Party.h @ 52:0f4ed4f0f472
BLV minimap: 1/3
author | Nomad |
---|---|
date | Wed, 24 Oct 2012 17:02:44 +0200 |
parents | 93bf1d5f6a6d |
children | 41cbaabde2cb |
comparison
equal
deleted
inserted
replaced
51:4211cceb3813 | 52:0f4ed4f0f472 |
---|---|
145 static void SetGold(unsigned int uNumGold); | 145 static void SetGold(unsigned int uNumGold); |
146 static void TakeGold(unsigned int uNumGold); | 146 static void TakeGold(unsigned int uNumGold); |
147 static __int16 SetFood(unsigned int uNumFood); | 147 static __int16 SetFood(unsigned int uNumFood); |
148 static void TakeFood(unsigned int uNumFood); | 148 static void TakeFood(unsigned int uNumFood); |
149 static __int16 GiveFood(unsigned int _this); | 149 static __int16 GiveFood(unsigned int _this); |
150 | |
151 inline bool WizardEyeActive() {return pPartyBuffs[PARTY_BUFF_WIZARD_EYE].uExpireTime > 0;} | |
152 inline int WizardEyeSkillLevel() {return pPartyBuffs[PARTY_BUFF_WIZARD_EYE].uSkill;} | |
150 | 153 |
151 | 154 |
152 int field_0; | 155 int field_0; |
153 unsigned int uPartyHeight; | 156 unsigned int uPartyHeight; |
154 unsigned int uDefaultPartyHeight; | 157 unsigned int uDefaultPartyHeight; |