mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 02:30:21 -04:00
Add JPN diff to f_pc_fstcreate_req
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user