[Scummvm-cvs-logs] SF.net SVN: scummvm: [25071] scummvm/trunk/engines/kyra/plugin.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jan 13 11:24:27 CET 2007


Revision: 25071
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25071&view=rev
Author:   lordhoto
Date:     2007-01-13 02:24:26 -0800 (Sat, 13 Jan 2007)

Log Message:
-----------
Fix for language selection.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/plugin.cpp

Modified: scummvm/trunk/engines/kyra/plugin.cpp
===================================================================
--- scummvm/trunk/engines/kyra/plugin.cpp	2007-01-12 02:31:04 UTC (rev 25070)
+++ scummvm/trunk/engines/kyra/plugin.cpp	2007-01-13 10:24:26 UTC (rev 25071)
@@ -112,7 +112,7 @@
 		flags.platform = platform;
 	}
 	Language lang = parseLanguage(ConfMan.get("language"));
-	if (lang != UNK_LANG && flags.lang != UNK_LANG) {
+	if (lang != UNK_LANG && flags.lang == UNK_LANG) {
 		flags.lang = lang;
 	}
 


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