Decompile glassUpdatePortal

This commit is contained in:
Ryan Dwyer
2021-05-19 19:19:54 +10:00
parent 9360c85fef
commit 0ccb2862b6
3 changed files with 28 additions and 65 deletions
+2 -2
View File
@@ -135,7 +135,7 @@ void func0f07063c(struct prop *prop, bool arg1);
void func0f070698(struct prop *prop, bool arg1);
void func0f0706f8(struct prop *prop, bool arg1);
void func0f07079c(struct prop *prop, bool arg1);
s32 func0f07092c(struct coord *pos, f32 arg1, f32 arg2, f32 arg3);
s32 glassCalculateOpacity(struct coord *pos, f32 arg1, f32 arg2, f32 arg3);
u32 func0f070a1c(void);
u32 func0f070bd0(void);
u32 func0f070ca0(void);
@@ -196,7 +196,7 @@ void hovercarTick(struct prop *hovercar);
void hoverpropTick(struct prop *hoverprop, bool arg1);
void hoverbikeTick(struct prop *hoverbike, bool arg1);
void dropshipUpdateInterior(struct prop *prop);
void func0f07e0b8(struct prop *glass, s32 playercount, bool *arg2);
void glassUpdatePortal(struct prop *glass, s32 playercount, bool *arg2);
u32 func0f07e184(void);
u32 func0f07e1fc(void);
void func0f07e2cc(struct prop *prop);
+3 -2
View File
@@ -1953,8 +1953,9 @@ struct camera2obj { // objtype 0x2e
struct tintedglassobj { // objtype 0x2f
struct defaultobj base;
/*0x5c*/ u32 unk5c;
/*0x60*/ s16 unk60;
/*0x5c*/ s16 xludist;
/*0x5e*/ s16 opadist;
/*0x60*/ s16 opacity;
/*0x62*/ s16 portalnum;
/*0x64*/ f32 unk64;
};