d_event cleanup

This commit is contained in:
Jasper St. Pierre
2024-01-06 12:18:37 -08:00
parent b27458c909
commit ae731fa8ad
9 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ s32 daSwhit0_c::actionToOnOrder() {
s32 daSwhit0_c::actionToOnDemo() {
if (dComIfGp_evmng_endCheck(mEventIdx)) {
mState = 4;
dComIfGp_event_onEventFlag(0x08);
dComIfGp_event_reset();
return TRUE;
}