Decompile bgunSwivel
This commit is contained in:
parent
45ad50c355
commit
98d0a29119
1367
src/game/bondgun.c
1367
src/game/bondgun.c
File diff suppressed because it is too large
Load Diff
|
|
@ -81,7 +81,7 @@ void bgunUpdateHeldRocket(s32 handnum);
|
|||
void bgunCreateHeldRocket(s32 handnum, struct weaponfunc_shootprojectile *func);
|
||||
void bgunFreeHeldRocket(s32 handnum);
|
||||
void bgunCreateFiredProjectile(s32 handnum);
|
||||
void bgunSwivel(f32 autoaimx, f32 autoaimy, f32 damp, f32 arg3);
|
||||
void bgunSwivel(f32 autoaimx, f32 autoaimy, f32 crossdamp, f32 aimdamp);
|
||||
void bgunSwivelWithDamp(f32 screenx, f32 screeny, f32 damp);
|
||||
void bgunSwivelWithoutDamp(f32 arg0, f32 arg1);
|
||||
void bgunGetCrossPos(f32 *x, f32 *y);
|
||||
|
|
|
|||
|
|
@ -2789,7 +2789,7 @@ struct player {
|
|||
/*0x1938*/ u32 mpjoywascentre;
|
||||
/*0x193c*/ s32 damagetype;
|
||||
/*0x1940*/ u32 deathcount;
|
||||
/*0x1948*/ u32 oldcrosspos[2];
|
||||
/*0x1944*/ f32 oldcrosspos[2];
|
||||
/*0x194c*/ s32 lastkilltime60;
|
||||
/*0x1950*/ s32 lastkilltime60_2;
|
||||
/*0x1954*/ s32 lastkilltime60_3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue