[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.33,1.34

Vincent Hamm yazoo at users.sourceforge.net
Tue Feb 19 13:21:04 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv9521

Modified Files:
	gfx.cpp 
Log Message:
Fixed the resore text background bug

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** gfx.cpp	17 Feb 2002 18:55:46 -0000	1.33
--- gfx.cpp	19 Feb 2002 21:20:26 -0000	1.34
***************
*** 1392,1395 ****
--- 1392,1399 ----
  void Scumm::restoreCharsetBg() {
  	_bkColor = 0;
+ 	if (_features & GF_OLD256) {
+ 		restoreBG(0,0,320,16);
+ 		restoreBG(0,144,320,200);
+ 	}
  	if (gdi._mask_left != -1) {
  		restoreBG(gdi._mask_left, gdi._mask_top, gdi._mask_right, gdi._mask_bottom);





More information about the Scummvm-git-logs mailing list