[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.288,2.289

Max Horn fingolfin at users.sourceforge.net
Mon Aug 16 15:28:59 CEST 2004


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

Modified Files:
	gfx.cpp 
Log Message:
Yet another charset fix (should help bug #1008621)

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.288
retrieving revision 2.289
diff -u -d -r2.288 -r2.289
--- gfx.cpp	15 Aug 2004 16:23:18 -0000	2.288
+++ gfx.cpp	16 Aug 2004 22:23:58 -0000	2.289
@@ -653,7 +653,7 @@
 
 void CharsetRenderer::restoreCharsetBg() {
 	_nextLeft = _vm->_string[0].xpos;
-	_nextTop = _vm->_string[0].ypos;
+	_nextTop = _vm->_string[0].ypos + _vm->_screenTop;
 
 	if (_hasMask) {
 		_hasMask = false;





More information about the Scummvm-git-logs mailing list