mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 16:09:43 -04:00
Decompile doorCalcIntendedFrac
This commit is contained in:
@@ -329,7 +329,7 @@ bool func0f08e794(struct coord *coord, f32 arg1);
|
||||
bool func0f08e8ac(struct prop *prop, struct coord *coord, f32 arg2, bool arg3);
|
||||
bool posIsInDrawDistance(struct coord *arg);
|
||||
void func0f08ea50(struct doorobj *door);
|
||||
bool func0f08ed74(struct doorobj *door);
|
||||
bool doorCalcIntendedFrac(struct doorobj *door);
|
||||
void doorsCalcFrac(struct doorobj *door);
|
||||
f32 func0f08f538(f32 x, f32 y);
|
||||
u32 func0f08f604(void);
|
||||
|
||||
+1
-1
@@ -1689,7 +1689,7 @@ struct doorobj { // objtype 0x01
|
||||
/*0xc0*/ s32 lastopen60;
|
||||
/*0xc4*/ s16 portalnum;
|
||||
/*0xc6*/ s8 soundtype;
|
||||
/*0xc7*/ s8 fadetime60;
|
||||
/*0xc7*/ s8 fadetime60; // counts down
|
||||
/*0xc8*/ s32 lastcalc60;
|
||||
/*0xcc*/ u8 laserfade;
|
||||
/*0xcd*/ u8 unusedmaybe[3];
|
||||
|
||||
Reference in New Issue
Block a user