remove goto in fopac_create

This commit is contained in:
ItsNiklas 2025-12-23 22:13:13 +01:00
parent 0707538a25
commit abb1471ddc
1 changed files with 0 additions and 2 deletions

View File

@ -513,7 +513,6 @@ static int fopAc_Create(void* i_this) {
OS_WARNING("f_op_actor.cpp マップツール設定により敵グループは削除されました!\n");
return cPhs_ERROR_e;
}
goto end_check; // Need immediate jump
} else {
sw = dStage_FileList_dt_GetBitSw(filelist);
if (sw != 0xFF && !dComIfGs_isSwitch(sw, actor->home.roomNo) &&
@ -526,7 +525,6 @@ static int fopAc_Create(void* i_this) {
}
}
end_check:
#if DEBUG
{
print_error_check_c error_check(actor, print_error_check_c::sCREATE);