fixed 'heptagonal mode' in the start menu

This commit is contained in:
Zeno Rogue 2019-09-12 16:26:48 +02:00
parent 8a85e8261c
commit 08fa984b5c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ namespace rg {
static const char daily_off = 'D';
static const char racing = 'R';
static const char dualmode = 'U';
static const char heptagons = '7';
// wrongmode only -- marks 'global' achievements not related to the current mode
static const char global = 'x';