diff options
| author | fig02 <fig02srl@gmail.com> | 2022-03-24 22:39:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 23:39:34 -0300 |
| commit | 80cbdb956df888c0b0acc9ec1c269c131cc0a541 (patch) | |
| tree | af7121104a00f1a1ad8ed0f27350cef427d23da5 /src/code/z_lib.c | |
| parent | ecb4afd8226112343b9537a470ebf454b2af1052 (diff) | |
En_Tanron4 OK (seagulls) (#714)
* Seagull OK
* small fixes
* review 1
* review 2
Diffstat (limited to 'src/code/z_lib.c')
| -rw-r--r-- | src/code/z_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_lib.c b/src/code/z_lib.c index d9300deda..aaf4bc7d9 100644 --- a/src/code/z_lib.c +++ b/src/code/z_lib.c @@ -578,7 +578,7 @@ void Math_ApproachZeroF(f32* pValue, f32 scale, f32 maxStep) { *pValue = *pValue - f0; } -s32 Math_SmoothStepToS(s16* pValue, s16 target, s16 scale, s16 step, s16 minStep) { +s16 Math_SmoothStepToS(s16* pValue, s16 target, s16 scale, s16 step, s16 minStep) { s16 stepSize = 0; s16 diff = target - *pValue; |
