diff options
Diffstat (limited to 'src/f_pc/f_pc_creator.cpp')
| -rw-r--r-- | src/f_pc/f_pc_creator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_pc/f_pc_creator.cpp b/src/f_pc/f_pc_creator.cpp index ddb0c923..52df73bb 100644 --- a/src/f_pc/f_pc_creator.cpp +++ b/src/f_pc/f_pc_creator.cpp @@ -8,7 +8,7 @@ #include "f_pc/f_pc_create_req.h" /* 8003D0E8-8003D108 .text fpcCt_IsCreatingByID__FUi */ -BOOL fpcCt_IsCreatingByID(uint i_id) { +BOOL fpcCt_IsCreatingByID(fpc_ProcID i_id) { return fpcCtRq_IsCreatingByID(i_id); } |
