summaryrefslogtreecommitdiff
path: root/src/d/d_kyeff.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-02-10 11:20:42 -0800
committerGitHub <noreply@github.com>2025-02-10 21:20:42 +0200
commit2453c0e3333157090e839eeab768d19b6a2b0ba1 (patch)
treef51d7bcca7a8227966fc05ee7ef25cd508075a4c /src/d/d_kyeff.cpp
parent6c24ff192933300faf555f1411e03432c751afe5 (diff)
copy dolsdk2004 to tp / b_bh + e_mb done (#2299)
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
Diffstat (limited to 'src/d/d_kyeff.cpp')
-rw-r--r--src/d/d_kyeff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_kyeff.cpp b/src/d/d_kyeff.cpp
index dd052dd769..2f2f9810b4 100644
--- a/src/d/d_kyeff.cpp
+++ b/src/d/d_kyeff.cpp
@@ -59,7 +59,7 @@ static int dKyeff_Create(kankyo_class* i_this) {
OSTicksToCalendarTime(OSGetTime(), &time);
g_env_light.global_wind_influence.vec.set(1.0f, 0.0f, 0.0f);
g_env_light.global_wind_influence.pow = 0.7f;
- g_env_light.daytime = time.hours * 15.0f;
+ g_env_light.daytime = time.hour * 15.0f;
}
return cPhs_COMPLEATE_e;