From 723422e13797d53aca406e53cc27c7edf7c81b80 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 8 May 2024 21:32:26 +0200 Subject: [PATCH] disable custom_land_list in princess --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index dabe8f23..7b920c10 100644 --- a/system.cpp +++ b/system.cpp @@ -1630,6 +1630,7 @@ EX void switch_game_mode(char switchWhat) { land_structure = princess::challenge ? lsSingle : lsNiceWalls; inv::on = false; racing::on = false; + use_custom_land_list = false; dual::disable(); break;