[Scummvm-cvs-logs] SF.net SVN: scummvm:[53458] scummvm/trunk/engines/toon/toon.cpp

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Thu Oct 14 20:51:11 CEST 2010


Revision: 53458
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53458&view=rev
Author:   jvprat
Date:     2010-10-14 18:51:11 +0000 (Thu, 14 Oct 2010)

Log Message:
-----------
TOON: Fix some labels of the Spanish version.

The solution was suggested by Strangerke after realising it looked like a
copy-paste typo from the Russian version.

Modified Paths:
--------------
    scummvm/trunk/engines/toon/toon.cpp

Modified: scummvm/trunk/engines/toon/toon.cpp
===================================================================
--- scummvm/trunk/engines/toon/toon.cpp	2010-10-14 18:22:10 UTC (rev 53457)
+++ scummvm/trunk/engines/toon/toon.cpp	2010-10-14 18:51:11 UTC (rev 53458)
@@ -692,7 +692,7 @@
 		_gameVariant = 3;
 		break;
 	case Common::ES_ESP:
-		_gameVariant = 3;
+		_gameVariant = 4;
 		break;
 	default:
 		// 0 - english


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