[Scummvm-cvs-logs] SF.net SVN: scummvm: [28618] scummvm/trunk/engines/scumm/charset.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Aug 14 16:40:12 CEST 2007


Revision: 28618
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28618&view=rev
Author:   mthreepwood
Date:     2007-08-14 07:40:11 -0700 (Tue, 14 Aug 2007)

Log Message:
-----------
fix issues with parentheses

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/charset.cpp

Modified: scummvm/trunk/engines/scumm/charset.cpp
===================================================================
--- scummvm/trunk/engines/scumm/charset.cpp	2007-08-14 13:42:05 UTC (rev 28617)
+++ scummvm/trunk/engines/scumm/charset.cpp	2007-08-14 14:40:11 UTC (rev 28618)
@@ -63,7 +63,7 @@
 			fp.close();
 		}
 		_textSurfaceMultiplier = 2;
-	} else if (_game.version >= 7 && _language == Common::KO_KOR || _language == Common::JA_JPN || _language == Common::ZH_TWN) {
+	} else if (_game.version >= 7 && (_language == Common::KO_KOR || _language == Common::JA_JPN || _language == Common::ZH_TWN)) {
 		int numChar = 0;
 		const char *fontFile = NULL;
 


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