disable Yendor on racing

This commit is contained in:
Zeno Rogue 2022-10-06 12:57:58 +02:00
parent 6a626007bb
commit 2a5cdf28c8
1 changed files with 1 additions and 0 deletions

View File

@ -1530,6 +1530,7 @@ EX void switch_game_mode(char switchWhat) {
peace::on = false;
tour::on = false;
inv::on = false;
yendor::on = false;
land_structure = racing::on ? lsSingle : lsNiceWalls;
princess::challenge = false;
dual::disable();