mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-20 15:44:48 +00:00
fixed 'heptagonal mode' in the start menu
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user