d_a_obj_barrel2 (#826)

* d_a_obj_barrel2

* PR

* PR

* Fix issues caused by autoformatter

---------

Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
This commit is contained in:
Maide
2025-08-04 01:25:43 +01:00
committed by GitHub
parent 3f39078485
commit 9e54b5849b
8 changed files with 1108 additions and 133 deletions
+2 -2
View File
@@ -234,7 +234,7 @@ BOOL daComing2::Act_c::request_barrel_exitN(int idx) {
if (barrelProc != fpcM_ERROR_PROCESS_ID_e) {
if (fopAcM_SearchByID(barrelProc, (fopAc_ac_c**)&barrel) != NULL && barrel != NULL) {
barrel->unk_474 = 1;
barrel->m474 = 1;
return TRUE;
} else {
return FALSE;
@@ -283,7 +283,7 @@ BOOL daComing2::Act_c::request_all_flag_exit() {
daObjBarrel2::Act_c* buoy;
if (buoyProc != fpcM_ERROR_PROCESS_ID_e && fopAcM_SearchByID(buoyProc, (fopAc_ac_c**)&buoy) != NULL && buoy != NULL) {
buoy->unk_474 = 1;
buoy->m474 = 1;
mStartBuoy[i].unk_00 = fpcM_ERROR_PROCESS_ID_e;
}
}