mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Attempt to decompile frChooseAutogunTarget
This commit is contained in:
@@ -53,7 +53,7 @@ void func0f19f18c(void);
|
||||
bool func0f19f220(struct prop *prop);
|
||||
f32 func0f19f294(struct coord *a, f32 angle, struct coord *b);
|
||||
bool func0f19f2ec(struct prop *prop, struct coord *pos);
|
||||
u32 func0f19f39c(void);
|
||||
struct prop *frChooseAutogunTarget(struct coord *arg0);
|
||||
u32 func0f19f524(void);
|
||||
void frTick(void);
|
||||
void func0f1a0924(struct prop *prop);
|
||||
|
||||
+1
-1
@@ -5306,7 +5306,7 @@ struct frtarget {
|
||||
/*0x20*/ u8 unk20;
|
||||
/*0x21*/ u8 unk21;
|
||||
/*0x24*/ f32 unk24;
|
||||
/*0x28*/ f32 unk28;
|
||||
/*0x28*/ f32 angle;
|
||||
/*0x2c*/ f32 unk2c;
|
||||
/*0x30*/ u8 flags;
|
||||
/*0x31*/ u8 unk31;
|
||||
|
||||
Reference in New Issue
Block a user