[Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.115,2.116

Travis Howell kirben at users.sourceforge.net
Tue Oct 5 07:45:11 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15240/scumm

Modified Files:
	charset.cpp 
Log Message:

thinkerk works now.


Index: charset.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/charset.cpp,v
retrieving revision 2.115
retrieving revision 2.116
diff -u -d -r2.115 -r2.116
--- charset.cpp	5 Oct 2004 09:39:39 -0000	2.115
+++ charset.cpp	5 Oct 2004 14:40:22 -0000	2.116
@@ -1312,7 +1312,7 @@
 		drawTop = _top - _vm->_screenTop;
 	}
 
-	if (_vm->_heversion >= 71 && charUnk >= 8) {
+	if ((_vm->_heversion >= 71 && charUnk >= 8) || (_vm->_heversion >= 90 && charUnk == 0)) {
 		Common::Rect clip, src, dst;
 
 		clip.top = clip.left = 0;





More information about the Scummvm-git-logs mailing list