mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-01 10:20:20 -04:00
d_camera / m_Do_ext / d_particle + minor various wip (#210)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* fopScnRq_phase_ClearOverlap__FP19scene_request_class */
|
||||
static cPhs__Step fopScnRq_phase_ClearOverlap(scene_request_class* param_0) {
|
||||
if (fopOvlpM_ClearOfReq() == 1) {
|
||||
return cPhs_UNK_2;
|
||||
return cPhs_TWO_e;
|
||||
} else {
|
||||
return cPhs_ZERO_e;
|
||||
}
|
||||
@@ -33,7 +33,7 @@ static cPhs__Step fopScnRq_phase_Execute(scene_request_class* param_0) {
|
||||
* fopScnRq_phase_IsDoingOverlap__FP19scene_request_class */
|
||||
static cPhs__Step fopScnRq_phase_IsDoingOverlap(scene_request_class* param_0) {
|
||||
if (fopOvlpM_IsDoingReq() == 1) {
|
||||
return cPhs_UNK_2;
|
||||
return cPhs_TWO_e;
|
||||
} else {
|
||||
return cPhs_ZERO_e;
|
||||
}
|
||||
@@ -43,7 +43,7 @@ static cPhs__Step fopScnRq_phase_IsDoingOverlap(scene_request_class* param_0) {
|
||||
* fopScnRq_phase_IsDoneOverlap__FP19scene_request_class */
|
||||
static cPhs__Step fopScnRq_phase_IsDoneOverlap(scene_request_class* param_0) {
|
||||
if (fopOvlpM_IsDone() == 1) {
|
||||
return cPhs_UNK_2;
|
||||
return cPhs_TWO_e;
|
||||
} else {
|
||||
return cPhs_ZERO_e;
|
||||
}
|
||||
@@ -60,7 +60,7 @@ static cPhs__Step fopScnRq_phase_Done(scene_request_class* pScnRq) {
|
||||
fopScnPause_Disable((scene_class*)fpcEx_SearchByID(pScnRq->mCrtReq.mCreatingID));
|
||||
}
|
||||
l_fopScnRq_IsUsingOfOverlap = 0;
|
||||
return cPhs_UNK_2;
|
||||
return cPhs_TWO_e;
|
||||
}
|
||||
|
||||
/* 8001EF24-8001EF6C 019864 0048+00 1/0 0/0 0/0 .text fopScnRq_Execute__FP19scene_request_class */
|
||||
|
||||
Reference in New Issue
Block a user