[Scummvm-cvs-logs] SF.net SVN: scummvm: [25413] scummvm/trunk/engines/sky

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Feb 7 20:01:38 CET 2007


Revision: 25413
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25413&view=rev
Author:   fingolfin
Date:     2007-02-07 11:01:37 -0800 (Wed, 07 Feb 2007)

Log Message:
-----------
Patch #1543932: BASS: Missing music volume text in v303 french menu

Modified Paths:
--------------
    scummvm/trunk/engines/sky/text.cpp
    scummvm/trunk/engines/sky/text.h

Modified: scummvm/trunk/engines/sky/text.cpp
===================================================================
--- scummvm/trunk/engines/sky/text.cpp	2007-02-07 16:47:34 UTC (rev 25412)
+++ scummvm/trunk/engines/sky/text.cpp	2007-02-07 19:01:37 UTC (rev 25413)
@@ -679,12 +679,13 @@
 	{ 28693, "Endast tal" },
 	{ 28686, "Musikvolym" },
 	{ 4336, "Wir befinden uns EINHUNDERTZWANZIG METER #ber dem ERBODEN!" }, // - german
+	{ 28686, "Volume de musique" }, // - french
 };
 
 const uint16 Text::_patchLangIdx[8] = {
 	0xFFFF, // SKY_ENGLISH
 	7,		// SKY_GERMAN
-	0xFFFF, // SKY_FRENCH
+	8,		// SKY_FRENCH
 	0xFFFF, // SKY_USA
 	3,		// SKY_SWEDISH
 	0,		// SKY_ITALIAN
@@ -695,7 +696,7 @@
 const uint16 Text::_patchLangNum[8] = {
 	0, // SKY_ENGLISH
 	1, // SKY_GERMAN
-	0, // SKY_FRENCH
+	1, // SKY_FRENCH
 	0, // SKY_USA
 	4, // SKY_SWEDISH
 	3, // SKY_ITALIAN

Modified: scummvm/trunk/engines/sky/text.h
===================================================================
--- scummvm/trunk/engines/sky/text.h	2007-02-07 16:47:34 UTC (rev 25412)
+++ scummvm/trunk/engines/sky/text.h	2007-02-07 19:01:37 UTC (rev 25413)
@@ -38,7 +38,7 @@
 	unsigned char value;
 };
 
-#define NUM_PATCH_MSG 8
+#define NUM_PATCH_MSG 9
 
 struct PatchMessage {
 	uint32 textNr;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list