mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-10 12:17:39 +00:00
disable custom_land_list in princess
This commit is contained in:
@@ -1630,6 +1630,7 @@ EX void switch_game_mode(char switchWhat) {
|
|||||||
land_structure = princess::challenge ? lsSingle : lsNiceWalls;
|
land_structure = princess::challenge ? lsSingle : lsNiceWalls;
|
||||||
inv::on = false;
|
inv::on = false;
|
||||||
racing::on = false;
|
racing::on = false;
|
||||||
|
use_custom_land_list = false;
|
||||||
dual::disable();
|
dual::disable();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user