[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.43,1.44

James Brown ender at users.sourceforge.net
Fri Mar 8 17:00:04 CET 2002


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

Modified Files:
	gfx.cpp 
Log Message:
Remove some polution from my 'play tree'.



Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** gfx.cpp	9 Mar 2002 00:56:21 -0000	1.43
--- gfx.cpp	9 Mar 2002 00:59:29 -0000	1.44
***************
*** 534,541 ****
  		break;
  	case 129:
! 		setDirtyRange(0, 0, vs->height);
! 		updateDirtyScreen(0);
  		/* XXX: EGA_proc4(0); */
!                 warning("EGA_proc4"); /* FIXME */
  		break;
  	case 134:
--- 534,541 ----
  		break;
  	case 129:
! 		//setDirtyRange(0, 0, vs->height);
! 		//updateDirtyScreen(0);
  		/* XXX: EGA_proc4(0); */
!         warning("EGA_proc4"); /* FIXME */
  		break;
  	case 134:





More information about the Scummvm-git-logs mailing list