mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
[Enhancement] Add fix camera drift option to fixes menu (#1983)
This commit is contained in:
parent
aa16a5388e
commit
c569a46933
5 changed files with 32 additions and 7 deletions
|
@ -944,6 +944,8 @@ void Environment_StopStormNatureAmbience(PlayState* play);
|
|||
void Environment_WarpSongLeave(PlayState* play);
|
||||
f32 Math_CosS(s16 angle);
|
||||
f32 Math_SinS(s16 angle);
|
||||
f32 Math_AccurateCosS(s16 angle);
|
||||
f32 Math_AccurateSinS(s16 angle);
|
||||
s32 Math_ScaledStepToS(s16* pValue, s16 target, s16 step);
|
||||
s32 Math_StepToS(s16* pValue, s16 target, s16 step);
|
||||
s32 Math_StepToF(f32* pValue, f32 target, f32 step);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue