diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-12-24 06:52:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-24 16:52:12 +0200 |
| commit | ad2badcd29f53cb6788455d2e7cf12717453770a (patch) | |
| tree | 9b276f76c593c815eadf6705d409b589c714a81a /src/d/actor/d_a_b_bq.cpp | |
| parent | d874f05f44b97c6852867453394e2308d771f86a (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/actor/d_a_b_bq.cpp')
| -rw-r--r-- | src/d/actor/d_a_b_bq.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_b_bq.cpp b/src/d/actor/d_a_b_bq.cpp index c841506dc5..76147e2234 100644 --- a/src/d/actor/d_a_b_bq.cpp +++ b/src/d/actor/d_a_b_bq.cpp @@ -2515,8 +2515,8 @@ static int daB_BQ_Create(fopAc_ac_c* i_this) { } g_env_light.mColpatWeather = 6; - g_env_light.mColPatPrev = 6; - g_env_light.mColPatCurr = 6; + g_env_light.wether_pat0 = 6; + g_env_light.wether_pat1 = 6; fish_set(a_this); return cPhs_ERROR_e; } |
