This commit is contained in:
Nikolay Korolev 2021-01-18 22:20:44 +03:00
commit 4f36a1fb77
26 changed files with 924 additions and 561 deletions

View file

@ -117,6 +117,9 @@ public:
static void RemoveAllPickupsOfACertainWeaponGroupWithNoAmmo(eWeaponType);
static CPickup *FindPickUpForThisObject(CEntity*);
static float GetValue(int);
static void SetValue(int, float);
};
extern uint16 AmmoForWeapon[WEAPONTYPE_TOTALWEAPONS + 1];