mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed 'heptagonal mode' in the start menu
This commit is contained in:
parent
8a85e8261c
commit
08fa984b5c
@ -25,6 +25,7 @@ namespace rg {
|
|||||||
static const char daily_off = 'D';
|
static const char daily_off = 'D';
|
||||||
static const char racing = 'R';
|
static const char racing = 'R';
|
||||||
static const char dualmode = 'U';
|
static const char dualmode = 'U';
|
||||||
|
static const char heptagons = '7';
|
||||||
|
|
||||||
// wrongmode only -- marks 'global' achievements not related to the current mode
|
// wrongmode only -- marks 'global' achievements not related to the current mode
|
||||||
static const char global = 'x';
|
static const char global = 'x';
|
||||||
|
Loading…
Reference in New Issue
Block a user