mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-15 13:17:13 +00:00
fixed the 'heptagonal mode' option
This commit is contained in:
@@ -683,7 +683,7 @@ EX void resetModes(char leave IS('c')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_geometry(gNormal);
|
set_geometry(gNormal);
|
||||||
set_variation(eVariation::bitruncated);
|
set_variation(leave == rg::heptagons ? eVariation::pure : eVariation::bitruncated);
|
||||||
|
|
||||||
start_game();
|
start_game();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user