mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Misc cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user