no longer resetting geometry on each restart

This commit is contained in:
Zeno Rogue 2018-07-16 19:57:41 +02:00
parent cedd78b3e7
commit b0278e02c8
1 changed files with 1 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@ void start_game() {
if(game_active) return;
DEBB(DF_INIT, (debugfile,"start_game\n"));
game_active = true;
if(need_reset_geometry) resetGeometry();
if(need_reset_geometry) resetGeometry(), need_reset_geometry = false;
initcells();
if(randomPatternsMode) {