mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 20:26:22 +00:00
Some TODOs done in Peds code
This commit is contained in:
@ -68,6 +68,7 @@ public:
|
||||
static eWeaponFire FindWeaponFireType(char *name);
|
||||
static eWeaponType FindWeaponType(char *name);
|
||||
static void Shutdown(void);
|
||||
static bool IsWeaponSlotAmmoMergeable(uint32 slot) { return slot == WEAPONSLOT_SHOTGUN || slot == WEAPONSLOT_SUBMACHINEGUN || slot == WEAPONSLOT_RIFLE; }
|
||||
};
|
||||
|
||||
VALIDATE_SIZE(CWeaponInfo, 0x64);
|
||||
|
Reference in New Issue
Block a user