aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/gui_options.cpp1
-rw-r--r--common/gui_options.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/common/gui_options.cpp b/common/gui_options.cpp
index 18e02c1077..6f340bf88f 100644
--- a/common/gui_options.cpp
+++ b/common/gui_options.cpp
@@ -84,6 +84,7 @@ const struct GameOpt {
// "gameOption10" would be invalid here because it contains "gameOption1"
{ GUIO_GAMEOPTIONS10, "gameOptionA" },
{ GUIO_GAMEOPTIONS11, "gameOptionB" },
+ { GUIO_GAMEOPTIONS12, "gameOptionC" },
{ GUIO_NONE, 0 }
};
diff --git a/common/gui_options.h b/common/gui_options.h
index 0813ff1216..14d4cb9175 100644
--- a/common/gui_options.h
+++ b/common/gui_options.h
@@ -76,6 +76,7 @@
#define GUIO_GAMEOPTIONS9 "\060"
#define GUIO_GAMEOPTIONS10 "\061"
#define GUIO_GAMEOPTIONS11 "\062"
+#define GUIO_GAMEOPTIONS12 "\063"
#define GUIO0() (GUIO_NONE)
#define GUIO1(a) (a)