Skip to content

Commit c8174f5

Browse files
committed
sa1: fix badly replaced function name
1 parent 3c828fc commit c8174f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/shared/menus/unused_level_select.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ void Task_CreateSelectedTask(void)
219219
gCurrentLevel = levelId - 1;
220220

221221
if (!(gInput & R_BUTTON)) {
222-
ApplyGameStageSettings();
222+
ApplyGameStageSettingsAndStart();
223223
} else {
224224
CreateSpecialStage();
225225
}

0 commit comments

Comments
 (0)