diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 15:57:18 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 15:57:18 -0400 |
| commit | 5cb5fe848b314dff2ace754f10134408e6ed3d56 (patch) | |
| tree | 917c09914bbed619de815d11eb18511505b30e79 /src/d/d_kankyo_rain.cpp | |
| parent | 9fd3443e35f2d9223bd8123be0c33dbe94f341b0 (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.cpp | 2 |
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++; } |
