[Scummvm-cvs-logs] scummvm master -> 354a3af717bb1c426d8ad793aa2201c77aad41fd

lordhoto lordhoto at gmail.com
Fri Jan 22 01:22:36 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
354a3af717 COMMON: Add another GUIO game option flag.


Commit: 354a3af717bb1c426d8ad793aa2201c77aad41fd
    https://github.com/scummvm/scummvm/commit/354a3af717bb1c426d8ad793aa2201c77aad41fd
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-01-22T01:20:37+01:00

Commit Message:
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.

Changed paths:
    common/gui_options.cpp
    common/gui_options.h



diff --git a/common/gui_options.cpp b/common/gui_options.cpp
index 679d04b..641daf5 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 8394446..c11fc9e 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)






More information about the Scummvm-git-logs mailing list