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_s_play.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_s_play.cpp') diff --git a/src/d/d_s_play.cpp b/src/d/d_s_play.cpp index d3014fc0..4c0ff8b6 100644 --- a/src/d/d_s_play.cpp +++ b/src/d/d_s_play.cpp @@ -1249,7 +1249,7 @@ int phase_1(dScnPly_ply_c* i_this) { delete l_lkDemoAnmCommand; } - u32 id = fopScnM_GetID(i_this); + uint id = fopScnM_GetID(i_this); dStage_roomControl_c::setProcID(id); dComIfGp_setStartStage(dComIfGp_getNextStartStage()); -- cgit v1.2.3