fixed Minesweeper in the highlights menu

This commit is contained in:
Zeno Rogue 2022-06-21 10:28:24 +02:00
parent ddf11f4b42
commit 952b99856d
1 changed files with 2 additions and 2 deletions

View File

@ -463,9 +463,9 @@ EX void mode_higlights() {
resetModes();
specialland = firstland = laMinefield;
if(!closed_or_bounded) {
geometry = gBring;
variation = eVariation::goldberg;
set_geometry(gBring);
gp::param = gp::loc(2, 1);
set_variation(eVariation::goldberg);
mine_adjacency_rule = true;
bounded_mine_percentage = .2;
}