diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-12-18 10:02:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-18 20:02:52 +0200 |
| commit | ff5f31b84453722de3d1cc1287725eec06d08c6a (patch) | |
| tree | f515a32d77aadae2135f80e77a035e7437ef23f8 /src/d/d_drawlist.cpp | |
| parent | c5ab943cfc057be3c9310e93e27fc62a2be9cbeb (diff) | |
kankyo_rain / obj_life_container mostly done, obj_glowsphere done (#2266)
* obj_life_container mostly done
* obj_glowSphere done
* kankyo_rain mostly done
* some cleanup
* more kankyo_rain cleanup
Diffstat (limited to 'src/d/d_drawlist.cpp')
| -rw-r--r-- | src/d/d_drawlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp index 7c0fedc879..2938215ae4 100644 --- a/src/d/d_drawlist.cpp +++ b/src/d/d_drawlist.cpp @@ -1216,8 +1216,8 @@ static void setkankyoShadow(dKy_tevstr_c* param_0, f32* param_1) { *param_1 *= param_0->field_0x344; } - if (env_light->mThunderEff.mStateTimer != 0 && env_light->mThunderEff.mStateTimer < 10) { - *param_1 += env_light->mThunderEff.field_0x8; + if (env_light->mThunderEff.mState != 0 && env_light->mThunderEff.mState < 10) { + *param_1 += env_light->mThunderEff.mFlashTimer; } if (g_env_light.mSwordLight.mState == 2) { |
