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

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Sep 1 14:14:54 CEST 2006


Revision: 23816
          http://svn.sourceforge.net/scummvm/?rev=23816&view=rev
Author:   sev
Date:     2006-09-01 05:14:43 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
More fixes for string usage Russian HE games.

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

Modified: scummvm/trunk/engines/scumm/string.cpp
===================================================================
--- scummvm/trunk/engines/scumm/string.cpp	2006-09-01 12:06:51 UTC (rev 23815)
+++ scummvm/trunk/engines/scumm/string.cpp	2006-09-01 12:14:43 UTC (rev 23816)
@@ -715,7 +715,7 @@
 				_charset->_top += fontHeight;
 				break;
 			}
-		} else if (c == 0xFF || (_game.version <= 6 && c == 0xFE)) {
+		} else if ((c == 0xFF || (_game.version <= 6 && c == 0xFE)) && (_game.heversion <= 72)) {
 			c = buf[i++];
 			switch (c) {
 			case 9:


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