name cPhsUNK3_e

This commit is contained in:
Jasper St. Pierre
2024-12-24 14:37:05 -08:00
parent ced4f69ee7
commit 2db35c0108
18 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -87,8 +87,8 @@ s32 fpcNdRq_Execute(node_create_request* i_NdCtReq) {
case cPhs_COMPLEATE_e:
return cPhs_NEXT_e;
case cPhs_ERROR_e:
case cPhs_UNK3_e:
return cPhs_UNK3_e;
case cPhs_STOP_e:
return cPhs_STOP_e;
default:
return result;
}
@@ -116,7 +116,7 @@ s32 fpcNdRq_Handler() {
while (currentNode != NULL) {
node_create_request* req = ((request_node_class*)currentNode)->mNodeCrReq;
switch (req->mpNodeCrReqMthCls->mpExecuteFunc(req)) {
case cPhs_UNK3_e:
case cPhs_STOP_e:
case cPhs_ERROR_e:
currentNode = NODE_GET_NEXT(currentNode);
if (fpcNdRq_Cancel(req) == 0) {