mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
fixed Minesweeper in the highlights menu
This commit is contained in:
parent
ddf11f4b42
commit
952b99856d
@ -463,9 +463,9 @@ EX void mode_higlights() {
|
|||||||
resetModes();
|
resetModes();
|
||||||
specialland = firstland = laMinefield;
|
specialland = firstland = laMinefield;
|
||||||
if(!closed_or_bounded) {
|
if(!closed_or_bounded) {
|
||||||
geometry = gBring;
|
set_geometry(gBring);
|
||||||
variation = eVariation::goldberg;
|
|
||||||
gp::param = gp::loc(2, 1);
|
gp::param = gp::loc(2, 1);
|
||||||
|
set_variation(eVariation::goldberg);
|
||||||
mine_adjacency_rule = true;
|
mine_adjacency_rule = true;
|
||||||
bounded_mine_percentage = .2;
|
bounded_mine_percentage = .2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user