mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
bounded Minefield now works according to the standard Minesweeper rules
This commit is contained in:
@@ -270,6 +270,9 @@ void initgame() {
|
||||
makeEmpty(cwt.at);
|
||||
}
|
||||
|
||||
if(specialland == laMinefield && bounded)
|
||||
generate_mines();
|
||||
|
||||
princess::squeaked = false;
|
||||
clearing::current_root = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user