mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-12 21:44:47 -04:00
Standardize process ID type to be uint
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user