mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 00:26:53 -04:00
Attempt to decompile hoverbikeUpdateMovement
This commit is contained in:
@@ -2852,14 +2852,17 @@
|
||||
#define OBJFLAG_DOOR_OPENTOFRONT 0x20000000
|
||||
#define OBJFLAG_HOVERCAR_20000000 0x20000000
|
||||
#define OBJFLAG_WEAPON_AICANNOTUSE 0x20000000
|
||||
#define OBJFLAG_40000000 0x40000000
|
||||
#define OBJFLAG_AUTOGUN_ALERTED 0x40000000
|
||||
#define OBJFLAG_CAMERA_BONDINVIEW 0x40000000
|
||||
#define OBJFLAG_DOOR_KEEPOPEN 0x40000000 // Editor: "Door open by default/Empty weapon"
|
||||
#define OBJFLAG_HOVERBIKE_MOVINGWHILEEMPTY 0x40000000
|
||||
#define OBJFLAG_HOVERCAR_40000000 0x40000000
|
||||
#define OBJFLAG_LIFT_TRIGGERDISABLE 0x40000000
|
||||
#define OBJFLAG_MONITOR_40000000 0x40000000
|
||||
#define OBJFLAG_WEAPON_40000000 0x40000000
|
||||
#define OBJFLAG_80000000 0x80000000
|
||||
#define OBJFLAG_DOOR_TWOWAY 0x80000000 // Door swings in both directions
|
||||
#define OBJFLAG_CHOPPER_INACTIVE 0x80000000 // Or lift disabled, or hovercar something
|
||||
#define OBJFLAG_DOOR_TWOWAY 0x80000000 // Door swings in both directions
|
||||
|
||||
// obj->flags2
|
||||
#define OBJFLAG2_00000001 0x00000001 // Used only in CI Training
|
||||
|
||||
@@ -155,7 +155,7 @@ void hovercarFindNextPath(struct hovercarobj *hovercar);
|
||||
void hovercarStartNextPath(struct hovercarobj *hovercar);
|
||||
void hovercarIncrementStep(struct hovercarobj *hovercar);
|
||||
u32 func0f0727d4(void);
|
||||
void func0f072adc(struct hoverbikeobj *hoverbike, f32 arg1, f32 arg2, f32 arg3);
|
||||
void hoverbikeUpdateMovement(struct hoverbikeobj *hoverbike, f32 arg1, f32 arg2, f32 arg3);
|
||||
u32 func0f0732d4(void);
|
||||
u32 func0f073478(void);
|
||||
u32 func0f073ae8(void);
|
||||
|
||||
+1
-1
@@ -1981,7 +1981,7 @@ struct hoverbikeobj { // objtype 0x33
|
||||
/*0x0c0*/ f32 ezreal2;
|
||||
/*0x0c4*/ f32 leanspeed;
|
||||
/*0x0c8*/ f32 leandiff;
|
||||
/*0x0cc*/ u32 maxspeedtime240;
|
||||
/*0x0cc*/ s32 maxspeedtime240;
|
||||
/*0x0d0*/ f32 speedabs[2];
|
||||
/*0x0d8*/ f32 speedrel[2];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user