From 354a3af717bb1c426d8ad793aa2201c77aad41fd Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 22 Jan 2016 01:20:37 +0100 Subject: COMMON: Add another GUIO game option flag. We still can only display 7 options in our GUI though. Blame m_kiewitz if anybody runs into that issue now. He wanted this. --- common/gui_options.cpp | 1 + common/gui_options.h | 1 + 2 files changed, 2 insertions(+) (limited to 'common') diff --git a/common/gui_options.cpp b/common/gui_options.cpp index 679d04b50b..641daf5ae6 100644 --- a/common/gui_options.cpp +++ b/common/gui_options.cpp @@ -72,6 +72,7 @@ const struct GameOpt { { GUIO_GAMEOPTIONS5, "gameOption5" }, { GUIO_GAMEOPTIONS6, "gameOption6" }, { GUIO_GAMEOPTIONS7, "gameOption7" }, + { GUIO_GAMEOPTIONS8, "gameOption8" }, { GUIO_NONE, 0 } }; diff --git a/common/gui_options.h b/common/gui_options.h index 83944465c4..c11fc9e7b8 100644 --- a/common/gui_options.h +++ b/common/gui_options.h @@ -66,6 +66,7 @@ #define GUIO_GAMEOPTIONS5 "\054" #define GUIO_GAMEOPTIONS6 "\055" #define GUIO_GAMEOPTIONS7 "\056" +#define GUIO_GAMEOPTIONS8 "\057" #define GUIO0() (GUIO_NONE) #define GUIO1(a) (a) -- cgit v1.2.3