Clean up mDoAud_seStart inline

The devs apparently made 4 versions of this inline instead of just using default arguments.
This commit is contained in:
LagoLunatic
2025-03-17 15:57:18 -04:00
parent 9fd3443e35
commit 5cb5fe848b
5 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -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++;
}