mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Decompile currentPlayerSetAmmoQuantity
This commit is contained in:
@@ -19,7 +19,7 @@ void currentPlayerZoomOut(f32 fovpersec);
|
||||
void currentPlayerZoomIn(f32 fovpersec);
|
||||
bool weaponHasFlag(s32 itemid, u32 flag);
|
||||
bool weaponHasInvEFlag(s32 weaponnum, u32 flag);
|
||||
bool func0f0b184c(s32 weaponnum, s32 funcnum, bool arg2);
|
||||
bool func0f0b184c(s32 weaponnum, s32 funcnum, s32 arg2);
|
||||
s32 currentPlayerGetDeviceState(s32 weaponnum);
|
||||
void currentPlayerSetDeviceActive(s32 weaponum, bool active);
|
||||
u16 weaponGetModelNum(s32 weaponnum);
|
||||
|
||||
+1
-1
@@ -5520,7 +5520,7 @@ struct menudata {
|
||||
};
|
||||
|
||||
struct ammotype {
|
||||
u32 capacity;
|
||||
s32 capacity;
|
||||
u32 unk04;
|
||||
f32 unk08;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user