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/actor/d_a_switem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/actor/d_a_switem.cpp') diff --git a/src/d/actor/d_a_switem.cpp b/src/d/actor/d_a_switem.cpp index 26e3d689..2d313ce5 100644 --- a/src/d/actor/d_a_switem.cpp +++ b/src/d/actor/d_a_switem.cpp @@ -134,7 +134,7 @@ bool daSwItem_c::_execute() { } csXyz angle(0, home.angle.y, 0); - u32 itemProcId = fopAcM_createItemFromTable( + uint itemProcId = fopAcM_createItemFromTable( ¤t.pos, itemTbl, itemBitNo, fopAcM_GetHomeRoomNo(this), 0, &angle, 1 ); -- cgit v1.2.3