[Scummvm-cvs-logs] scummvm master -> 18e84f9c1138ea4ce66cbbea53e6957bee3e588f

athrxx athrxx at scummvm.org
Sun Dec 4 15:07:19 CET 2011


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:
18e84f9c11 GUI: fix GUIO_NOSPEECH/GUIO_NOSFX settings


Commit: 18e84f9c1138ea4ce66cbbea53e6957bee3e588f
    https://github.com/scummvm/scummvm/commit/18e84f9c1138ea4ce66cbbea53e6957bee3e588f
Author: athrxx (athrxx at scummvm.org)
Date: 2011-12-04T06:05:00-08:00

Commit Message:
GUI: fix GUIO_NOSPEECH/GUIO_NOSFX settings

Changed paths:
    common/util.h



diff --git a/common/util.h b/common/util.h
index 66bcde8..08a49f3 100644
--- a/common/util.h
+++ b/common/util.h
@@ -82,12 +82,12 @@ template<typename T> inline void SWAP(T &a, T &b) { T tmp = a; a = b; b = tmp; }
 #define GUIO_NOSUBTITLES	"\001"
 #define GUIO_NOMUSIC		"\002"
 #define GUIO_NOSPEECH		"\003"
-#define GUIO_NOSFX			"\003"
-#define GUIO_NOMIDI			"\004"
-#define GUIO_NOLAUNCHLOAD	"\005"
+#define GUIO_NOSFX			"\004"
+#define GUIO_NOMIDI			"\005"
+#define GUIO_NOLAUNCHLOAD	"\006"
 
-#define GUIO_MIDIPCSPK		"\006"
-#define GUIO_MIDICMS		"\007"
+#define GUIO_MIDIPCSPK		"\007"
+#define GUIO_MIDICMS		"\008"
 #define GUIO_MIDIPCJR		"\010"
 #define GUIO_MIDIADLIB		"\011"
 #define GUIO_MIDIC64        "\012"






More information about the Scummvm-git-logs mailing list