summaryrefslogtreecommitdiff
path: root/src/d/d_ky_thunder.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2023-10-25 20:15:43 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2023-10-25 20:15:43 -0700
commiteabcab65a648d0524f58f77bb7fbfb4659ccee23 (patch)
treea16445ba05ce7327693a9f05c1bcb13195516ab8 /src/d/d_ky_thunder.cpp
parentd7359dd7776a3d4816fec404ba967fc1140220d0 (diff)
dKyr_thunder_move
Diffstat (limited to 'src/d/d_ky_thunder.cpp')
-rw-r--r--src/d/d_ky_thunder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_ky_thunder.cpp b/src/d/d_ky_thunder.cpp
index 4cc25c03..61f06668 100644
--- a/src/d/d_ky_thunder.cpp
+++ b/src/d/d_ky_thunder.cpp
@@ -152,7 +152,7 @@ s32 dThunder_c::create() {
mBtkTime = cM_rndF(1.0f);
- f32 size = g_env_light.mThunderEff.mStateTimer < 10 ? 1.0f : 0.5f;
+ f32 size = g_env_light.mThunderEff.mState < 10 ? 1.0f : 0.5f;
mRot = 4000.0f;
mRot = size * cM_rndFX(mRot);
mScale.x = size * (cM_rndF(15.0f) + 5.0f);