diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-28 18:08:31 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-28 18:08:31 -0500 |
| commit | 6c6b5a95ac942cc75444a95b698cc6b0c5ebc394 (patch) | |
| tree | 28fb78d69ca96e1c622446f0c4a08ce6ca6d3106 /src/d/d_kankyo_rain.cpp | |
| parent | 5571ec74e4191e00130a1f1c0b3851aaf6478321 (diff) | |
d_a_lwood OK
Diffstat (limited to 'src/d/d_kankyo_rain.cpp')
| -rw-r--r-- | src/d/d_kankyo_rain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_kankyo_rain.cpp b/src/d/d_kankyo_rain.cpp index 22b372f1..6faaf724 100644 --- a/src/d/d_kankyo_rain.cpp +++ b/src/d/d_kankyo_rain.cpp @@ -426,7 +426,7 @@ void dKyr_wind_move() { // so much stuff is missing in here - fVar14 = fVar27 * (i / 15); + fVar14 = fVar27 * (s32)(i / 30); f32 distance = pos.getSquareDistance(pCamera->mLookat.mEye) / 200.0f; if (distance > 1.0f) { distance = 1.0f; |
