mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 23:54:40 -04:00
currentPlayerUpdateShieldShow
This commit is contained in:
@@ -62,7 +62,7 @@ u32 func0f0bd764(void);
|
||||
void func0f0bd904(bool arg0);
|
||||
void func0f0bfc7c(struct coord *cam_pos, struct coord *cam_look, struct coord *cam_up);
|
||||
Gfx *currentPlayerUpdateShootRot(Gfx *gdl);
|
||||
u32 func0f0c00cc(void);
|
||||
void currentPlayerUpdateShieldShow(void);
|
||||
Gfx *func0f0c0190(Gfx *gdl);
|
||||
Gfx *func0f0c07c8(Gfx *gdl);
|
||||
void currentPlayerDie(bool force);
|
||||
|
||||
+3
-3
@@ -2339,9 +2339,9 @@ struct player {
|
||||
/*0x026c*/ f32 eyesshutfrac;
|
||||
/*0x0270*/ u32 unk0270;
|
||||
/*0x0274*/ bool waitforzrelease;
|
||||
/*0x0278*/ u32 unk0278;
|
||||
/*0x027c*/ u32 unk027c;
|
||||
/*0x0280*/ u32 unk0280;
|
||||
/*0x0278*/ f32 shieldshowrot;
|
||||
/*0x027c*/ u32 shieldshowrnd;
|
||||
/*0x0280*/ f32 shieldshowtime;
|
||||
/*0x0284*/ s16 bondprevrooms[8];
|
||||
/*0x0294*/ f32 liftground;
|
||||
/*0x0298*/ struct prop *lift;
|
||||
|
||||
Reference in New Issue
Block a user