remove warp to start from menu (it's on midna now)

This commit is contained in:
gymnast86
2026-07-21 00:55:06 -07:00
parent 21a7823045
commit 1aa81ff907
-8
View File
@@ -1223,14 +1223,6 @@ RandomizerWindow::RandomizerWindow(dFile_select_c* fileSelect /*= nullptr*/) : m
leftPane.add_section("General");
leftPane.register_control(leftPane.add_button("Warp to Start").on_pressed([] {
mDoAud_seStartMenu(kSoundClick);
dComIfGp_setNextStage("F_SP103", 1, 1, -1);
}), rightPane, [](Pane& pane) {
pane.clear();
pane.add_rml("Respawns the player at their appropriate starting location.");
});
leftPane.add_button("Toggle Tracker Window").on_pressed([] {
g_randomizerState.mShowTracker = !g_randomizerState.mShowTracker;
});