Add JPN diff to f_pc_fstcreate_req

This commit is contained in:
Luke Street
2023-09-10 01:20:54 -04:00
parent 5ea54cb071
commit f4b38909a9
+4
View File
@@ -48,7 +48,11 @@ base_process_class* fpcFCtRq_Request(layer_class* i_layer, s16 i_procTypeID,
return proc;
}
}
#if VERSION == VERSION_JPN
fpcCtRq_Delete(&request->mBase);
#else
fpcCtRq_Cancel(&request->mBase);
#endif
}
return NULL;
}