mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-11 13:23:13 +00:00
fixed generation in spherical minefield
This commit is contained in:
parent
14b32ced68
commit
cffb895c72
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user