changed save money amount in buyfn

This commit is contained in:
jeefo 2016-03-01 00:22:42 +03:00
commit c7ed5a162c
2 changed files with 18 additions and 8 deletions

View file

@ -889,7 +889,7 @@ private:
void PurchaseWeapons (void);
bool IsMorePowerfulWeaponCanBeBought (void);
int PickBestFromRandom (int *random, int count);
int PickBestFromRandom (int *random, int count, int moneySave);
bool CanDuckUnder (const Vector &normal);
bool CanJumpUp (const Vector &normal);