summaryrefslogtreecommitdiff
path: root/src/d/d_kankyo_rain.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 15:57:18 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 15:57:18 -0400
commit5cb5fe848b314dff2ace754f10134408e6ed3d56 (patch)
tree917c09914bbed619de815d11eb18511505b30e79 /src/d/d_kankyo_rain.cpp
parent9fd3443e35f2d9223bd8123be0c33dbe94f341b0 (diff)
Clean up mDoAud_seStart inline
The devs apparently made 4 versions of this inline instead of just using default arguments.
Diffstat (limited to 'src/d/d_kankyo_rain.cpp')
-rw-r--r--src/d/d_kankyo_rain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_kankyo_rain.cpp b/src/d/d_kankyo_rain.cpp
index 0b4130ab..92f325cd 100644
--- a/src/d/d_kankyo_rain.cpp
+++ b/src/d/d_kankyo_rain.cpp
@@ -2467,7 +2467,7 @@ void dKyr_thunder_move() {
cLib_addCalc(&pThunder->mFlashTimer, 1.0f, 0.3f, 0.2f, 0.001f);
if (pThunder->mFlashTimer >= 1.0f) {
if (pThunder->mState < 10)
- mDoAud_seStart(JA_SE_OBJ_THUNDER_NEAR);
+ mDoAud_seStart(JA_SE_OBJ_THUNDER_NEAR, NULL);
pThunder->mState++;
}