diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-12 15:11:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 15:11:17 -0700 |
| commit | 8514737d46227a90aa29312ec24a679d0a5cf59d (patch) | |
| tree | 26a0093102ce659780fd2341c47dc0144efba1d2 /src/f_pc/f_pc_creator.cpp | |
| parent | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (diff) | |
d_a_alink work / bump dtk version (#2205)
Diffstat (limited to 'src/f_pc/f_pc_creator.cpp')
| -rw-r--r-- | src/f_pc/f_pc_creator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_pc/f_pc_creator.cpp b/src/f_pc/f_pc_creator.cpp index 3c1cf9b948..62f002044e 100644 --- a/src/f_pc/f_pc_creator.cpp +++ b/src/f_pc/f_pc_creator.cpp @@ -12,7 +12,7 @@ // /* 80020EA8-80020EC8 0020+00 s=0 e=1 z=0 None .text fpcCt_IsCreatingByID__FUi */ -BOOL fpcCt_IsCreatingByID(unsigned int i_id) { +BOOL fpcCt_IsCreatingByID(fpc_ProcID i_id) { return fpcCtRq_IsCreatingByID(i_id); } @@ -29,4 +29,4 @@ BOOL fpcCt_Abort(base_process_class* i_proc) { /* 80020F10-80020F30 0020+00 s=0 e=1 z=0 None .text fpcCt_Handler__Fv */ void fpcCt_Handler() { fpcCtRq_Handler(); -}
\ No newline at end of file +} |
