From 0dd3f6e47cd372bdf7ea1ea2313bfad80ee4eafe Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 11 Mar 2024 19:03:47 -0400 Subject: Standardize process ID type to be uint --- src/d/d_event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_event.cpp') diff --git a/src/d/d_event.cpp b/src/d/d_event.cpp index b17fb005..8d9a36c3 100644 --- a/src/d/d_event.cpp +++ b/src/d/d_event.cpp @@ -700,7 +700,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) { +uint dEvt_control_c::getPId(void* ac) { if (ac == NULL) return fpcM_ERROR_PROCESS_ID_e; return fopAcM_GetID(ac); -- cgit v1.2.3