fixed the 'heptagonal mode' option

This commit is contained in:
Zeno Rogue 2019-09-12 16:25:48 +02:00
parent d1bf6fef5e
commit c1f9826dca
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ EX void resetModes(char leave IS('c')) {
}
set_geometry(gNormal);
set_variation(eVariation::bitruncated);
set_variation(leave == rg::heptagons ? eVariation::pure : eVariation::bitruncated);
start_game();
}