changed save money amount in buyfn
This commit is contained in:
parent
cd48b98180
commit
c7ed5a162c
2 changed files with 18 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue