From a3170e5d69e1a62bd2103634ba97f681ac47ed77 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 8 Dec 2023 16:25:12 -0500 Subject: add default params to a lot more functions --- src/d/d_lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_lib.cpp') diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp index 1dc96eee..5c51c089 100644 --- a/src/d/d_lib.cpp +++ b/src/d/d_lib.cpp @@ -205,7 +205,7 @@ void dLib_setNextStageBySclsNum(u8 i_sclsnum, s8 room_no) { stage_scls_info_class* scls_entry = &scls_data[i_sclsnum]; s32 wipe = dStage_sclsInfo_getWipe(scls_entry); wipe = wipe == 0xFF ? 0 : wipe; - dComIfGp_setNextStage(scls_entry->mStage, scls_entry->mStart, scls_entry->mRoom, -1, 0.0f, 0, 1, wipe); + dComIfGp_setNextStage(scls_entry->mStage, scls_entry->mStart, scls_entry->mRoom, -1, 0.0f, 0, TRUE, wipe); } /* 80057EC0-80057F30 .text dLib_setFirstMsg__FUsUlUl */ -- cgit v1.2.3