Decompile currentPlayerSetAmmoQuantity

This commit is contained in:
Ryan Dwyer
2021-03-04 23:59:43 +10:00
parent cd076e7de2
commit f0ef4c38b3
3 changed files with 43 additions and 94 deletions
+1 -1
View File
@@ -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
View File
@@ -5520,7 +5520,7 @@ struct menudata {
};
struct ammotype {
u32 capacity;
s32 capacity;
u32 unk04;
f32 unk08;
};