mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 21:06:00 +00:00
An option to play on a disk (and use bounded space rules). Also renamed 'bounded' flag to 'closed' or similar, and improved Halloween
This commit is contained in:
@@ -126,7 +126,7 @@ void create_janko() {
|
||||
gJanko1 = eGeometry(isize(ginf) - 1);
|
||||
// variation = eVariation::pure;
|
||||
auto& gi = ginf.back();
|
||||
gi.flags = qANYQ | qBOUNDED | qEXPERIMENTAL;
|
||||
gi.flags = qANYQ | qCLOSED | qEXPERIMENTAL;
|
||||
gi.quotient_name = "Janko";
|
||||
gi.shortname = "Janko";
|
||||
gi.menu_displayed_name = "Janko group J1";
|
||||
|
Reference in New Issue
Block a user