[Scummvm-cvs-logs] CVS: scummvm gfx.cpp,1.47,1.48

James Brown ender at users.sourceforge.net
Sat Mar 9 04:24:04 CET 2002


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

Modified Files:
	gfx.cpp 
Log Message:
Fix a kind of typo thing.



Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gfx.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** gfx.cpp	9 Mar 2002 12:17:52 -0000	1.47
--- gfx.cpp	9 Mar 2002 12:23:56 -0000	1.48
***************
*** 952,958 ****
  			_curVirtScreen->height,
  			_scrHeight);
- 		_curVirtScreen->height = _scrHeight; // FIXME: Indy3 Hack
  	}
! 	
  	gdi.drawBitmap(getResourceAddress(rtRoom, _roomResource)+_IM00_offs,
  		_curVirtScreen, s, 0, _curVirtScreen->height, s, num, 0);
--- 952,958 ----
  			_curVirtScreen->height,
  			_scrHeight);
  	}
! 	_curVirtScreen->height = _scrHeight; // FIXME: Indy3 Hack
! 
  	gdi.drawBitmap(getResourceAddress(rtRoom, _roomResource)+_IM00_offs,
  		_curVirtScreen, s, 0, _curVirtScreen->height, s, num, 0);





More information about the Scummvm-git-logs mailing list