diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-13 19:22:57 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-13 19:22:57 -0700 |
| commit | a5641b0ba9e6222749fbc78307943b83db618c93 (patch) | |
| tree | 07331d4fe4f335491c3a6423fc9a9793e033ec61 /src/f_pc/f_pc_stdcreate_req.cpp | |
| parent | ccad35b7c2701850e4db3de78f393c6a2e560f58 (diff) | |
f_op_overlap cleanup, d_ovlp_fade progress
remove a bunch of externs
Diffstat (limited to 'src/f_pc/f_pc_stdcreate_req.cpp')
| -rw-r--r-- | src/f_pc/f_pc_stdcreate_req.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/f_pc/f_pc_stdcreate_req.cpp b/src/f_pc/f_pc_stdcreate_req.cpp index 8562f0bd..a41f6e16 100644 --- a/src/f_pc/f_pc_stdcreate_req.cpp +++ b/src/f_pc/f_pc_stdcreate_req.cpp @@ -92,8 +92,7 @@ s32 fpcSCtRq_Cancel(standard_create_request_class* i_SCtReq) { } /* 8004086C-80040900 .text fpcSCtRq_Request__FP11layer_classsPFPvPv_iPvPv */ -s32 fpcSCtRq_Request(layer_class* i_layer, s16 i_procName, stdCreateFunc i_createFunc, - void* param_4, void* param_5) { +s32 fpcSCtRq_Request(layer_class* i_layer, s16 i_procName, stdCreateFunc i_createFunc, void* param_4, void* param_5) { static create_request_method_class submethod = { (cPhs__Handler)fpcSCtRq_Handler, (process_method_func)fpcSCtRq_Cancel, |
