fixed generation in spherical minefield

This commit is contained in:
Zeno Rogue 2019-04-10 02:34:17 +02:00
parent 14b32ced68
commit cffb895c72
1 changed files with 3 additions and 1 deletions

View File

@ -270,8 +270,10 @@ void initgame() {
makeEmpty(cwt.at);
}
if(specialland == laMinefield && bounded)
if(specialland == laMinefield && bounded) {
bfs();
generate_mines();
}
princess::squeaked = false;
clearing::current_root = NULL;