summaryrefslogtreecommitdiff
path: root/src/f_op/f_op_overlap_req.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_op/f_op_overlap_req.cpp')
-rw-r--r--src/f_op/f_op_overlap_req.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/f_op/f_op_overlap_req.cpp b/src/f_op/f_op_overlap_req.cpp
index 727a8aaf..e2540d1c 100644
--- a/src/f_op/f_op_overlap_req.cpp
+++ b/src/f_op/f_op_overlap_req.cpp
@@ -78,7 +78,8 @@ static cPhs_State fopOvlpReq_phase_IsCreated(overlap_request_class* i_this) {
static cPhs_State fopOvlpReq_phase_Create(overlap_request_class* i_this) {
fpcLy_SetCurrentLayer(i_this->pCurrentLayer);
- i_this->mPId = fpcSCtRq_Request(fpcLy_CurrentLayer(), i_this->mProcName, NULL, NULL, NULL);
+ s16 procName = i_this->mProcName;
+ i_this->mPId = fpcSCtRq_Request(fpcLy_CurrentLayer(), procName, NULL, NULL, NULL);
return cPhs_NEXT_e;
}