More enum cleanup

This commit is contained in:
LagoLunatic
2024-02-20 00:07:18 -05:00
parent 32728226a2
commit 1af06107e0
13 changed files with 109 additions and 41 deletions
+1 -1
View File
@@ -702,7 +702,7 @@ dStage_Event_dt_c* dEvt_control_c::nextStageEventDt(void* idxp) {
/* 800715B8-800715DC .text getPId__14dEvt_control_cFPv */
u32 dEvt_control_c::getPId(void* ac) {
if (ac == NULL)
return -1;
return fpcM_ERROR_PROCESS_ID_e;
return fopAcM_GetID(ac);
}