Decompile weaponGetClipSizeByFunction

This commit is contained in:
Ryan Dwyer
2020-05-18 23:16:19 +10:00
parent cfc1370c1c
commit 1603d844d0
4 changed files with 17 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
s32 weaponGetAmmoTypeByFunction(s32 weaponnum, u32 funcnum);
u32 func0f1999f8(void);
s32 weaponGetClipSizeByFunction(s32 weaponnum, u32 funcnum);
u32 func0f199a40(void);
s32 func0f199be4(struct aibot *aibot, u32 weaponnum, u32 arg2, u32 arg3);
u32 func0f199cb8(void);
+1 -1
View File
@@ -2705,7 +2705,7 @@ struct weaponfunc_visual {
struct inventory_ammo {
u32 type;
u32 casingeject;
u16 clipsize;
s16 clipsize;
u32 *reload_animation;
u32 style;
};