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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Sep 1 14:20:14 CEST 2006


Revision: 23817
          http://svn.sourceforge.net/scummvm/?rev=23817&view=rev
Author:   kirben
Date:     2006-09-01 05:20:08 -0700 (Fri, 01 Sep 2006)

Log Message:
-----------
Only check old special codes through drawString() in HE71 and earlier 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:14:43 UTC (rev 23816)
+++ scummvm/trunk/engines/scumm/string.cpp	2006-09-01 12:20:08 UTC (rev 23817)
@@ -715,7 +715,7 @@
 				_charset->_top += fontHeight;
 				break;
 			}
-		} else if ((c == 0xFF || (_game.version <= 6 && c == 0xFE)) && (_game.heversion <= 72)) {
+		} else if ((c == 0xFF || (_game.version <= 6 && c == 0xFE)) && (_game.heversion <= 71)) {
 			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