mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 04:59:23 +00:00
More Pickup stuff
This commit is contained in:
parent
ef47dad566
commit
63666391d4
3 changed files with 236 additions and 141 deletions
|
@ -66,8 +66,9 @@ struct tPickupMessage
|
|||
eWeaponType m_weaponType;
|
||||
CVector2D m_dist;
|
||||
CRGBA m_color;
|
||||
uint8 m_bOutOfStock : 1;
|
||||
uint8 m_bOutOfStock;
|
||||
uint8 m_quantity;
|
||||
uint16 money;
|
||||
};
|
||||
|
||||
class CPickups
|
||||
|
@ -114,6 +115,7 @@ public:
|
|||
static uint32 StaticCamStartTime;
|
||||
|
||||
static void RemoveAllPickupsOfACertainWeaponGroupWithNoAmmo(eWeaponType);
|
||||
static CPickup *FindPickUpForThisObject(CEntity*);
|
||||
};
|
||||
|
||||
extern uint16 AmmoForWeapon[20];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue