diff options
Diffstat (limited to 'common/gui_options.cpp')
-rw-r--r-- | common/gui_options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gui_options.cpp b/common/gui_options.cpp index 500830a303..18e02c1077 100644 --- a/common/gui_options.cpp +++ b/common/gui_options.cpp @@ -83,6 +83,7 @@ const struct GameOpt { // Option strings must not contain substrings of any other options, so // "gameOption10" would be invalid here because it contains "gameOption1" { GUIO_GAMEOPTIONS10, "gameOptionA" }, + { GUIO_GAMEOPTIONS11, "gameOptionB" }, { GUIO_NONE, 0 } }; |