mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
This commit is contained in:
+1
-1
@@ -1249,7 +1249,7 @@ int phase_1(dScnPly_ply_c* i_this) {
|
||||
delete l_lkDemoAnmCommand;
|
||||
}
|
||||
|
||||
uint id = fopScnM_GetID(i_this);
|
||||
fpc_ProcID id = fopScnM_GetID(i_this);
|
||||
dStage_roomControl_c::setProcID(id);
|
||||
|
||||
dComIfGp_setStartStage(dComIfGp_getNextStartStage());
|
||||
|
||||
Reference in New Issue
Block a user