summaryrefslogtreecommitdiff
path: root/src/d/d_kyeff.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-12-24 06:52:12 -0800
committerGitHub <noreply@github.com>2024-12-24 16:52:12 +0200
commitad2badcd29f53cb6788455d2e7cf12717453770a (patch)
tree9b276f76c593c815eadf6705d409b589c714a81a /src/d/d_kyeff.cpp
parentd874f05f44b97c6852867453394e2308d771f86a (diff)
kankyo mostly done (#2269)
* work on kankyo * some more kankyo work * kankyo almost done * kankyo mostly done * first cleanup pass * some more renaming * rename a bunch of kankyo vars * fix regression
Diffstat (limited to 'src/d/d_kyeff.cpp')
-rw-r--r--src/d/d_kyeff.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_kyeff.cpp b/src/d/d_kyeff.cpp
index af2c32d834..dd052dd769 100644
--- a/src/d/d_kyeff.cpp
+++ b/src/d/d_kyeff.cpp
@@ -57,9 +57,9 @@ static int dKyeff_Create(kankyo_class* i_this) {
dKyw_wether_init();
if (!strcmp(dComIfGp_getStartStageName(), "Name")) {
OSTicksToCalendarTime(OSGetTime(), &time);
- g_env_light.mWind.vec.set(1.0f, 0.0f, 0.0f);
- g_env_light.mWind.pow = 0.7f;
- g_env_light.mDaytime = time.hours * 15.0f;
+ 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;
}
return cPhs_COMPLEATE_e;