Decompile aiSetMaxDamage

This commit is contained in:
Ryan Dwyer
2020-09-29 18:04:35 +10:00
parent 5cade77874
commit 793174c3a2
3 changed files with 28 additions and 113 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ bool chopperStop(struct chopperobj *obj);
bool chopperSetArmed(struct chopperobj *obj, bool armed);
void chopperRestartTimer(struct chopperobj *obj);
f32 chopperGetTimer(struct chopperobj *heli);
void chopperSetMaxDamage(struct chopperobj *obj, s16 health);
void chopperSetMaxDamage(struct chopperobj *obj, u16 health);
u32 func0f07b164(void);
u32 chopperFireRocket(struct chopperobj *obj, u32 arg1);
u32 func0f07b3f0(void);