Misc cleanup

This commit is contained in:
LagoLunatic
2025-08-11 19:47:08 -04:00
parent c249dfc155
commit 4a08af2148
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ BOOL ep_switch_event_move(ep_class* i_this) {
if (dComIfGp_evmng_getIsAddvance(i_this->m7E0)) {
static char* actions[] = { "WAIT", "FIRE" };
ret = dComIfGp_evmng_getMyActIdx(i_this->m7E0, actions, 2, FALSE, 0);
ret = dComIfGp_evmng_getMyActIdx(i_this->m7E0, actions, ARRAY_SIZE(actions), FALSE, 0);
switch (ret) {
case 1:
mDoAud_seStart(JA_SE_OBJ_TORCH_IGNITION, &i_this->mPosTop);