diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 18:55:47 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 18:55:47 -0500 |
| commit | fa5010b1dd87628d8ade65425ac2f24367585121 (patch) | |
| tree | 7f42997669ac6076dbe224bd77fb04537604ed32 /src/d/d_kankyo_rain.cpp | |
| parent | e724cdf62efd66dcd81a6289fc6249bb859913fc (diff) | |
some actor documentation and cleanup
Diffstat (limited to 'src/d/d_kankyo_rain.cpp')
| -rw-r--r-- | src/d/d_kankyo_rain.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_kankyo_rain.cpp b/src/d/d_kankyo_rain.cpp index 6b94ac85..dac2f37b 100644 --- a/src/d/d_kankyo_rain.cpp +++ b/src/d/d_kankyo_rain.cpp @@ -29,9 +29,9 @@ void vectle_calc(DOUBLE_POS* i_pos, cXyz* o_out) { o_out->y = i_pos->y / s; o_out->z = i_pos->z / s; } else { - o_out->x = 0.0; - o_out->y = 0.0; - o_out->z = 0.0; + o_out->x = 0.0f; + o_out->y = 0.0f; + o_out->z = 0.0f; } } |
