[Scummvm-cvs-logs] CVS: scummvm/dc display.cpp,1.4,1.5

Ludvig Strigeus strigeus at users.sourceforge.net
Fri Apr 12 14:27:01 CEST 2002


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

Modified Files:
	display.cpp 
Log Message:
new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games)

Index: display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dc/display.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** display.cpp	16 Mar 2002 18:10:54 -0000	1.4
--- display.cpp	12 Apr 2002 21:26:35 -0000	1.5
***************
*** 209,213 ****
  }
  
! void drawMouse(Scumm *s, int xdraw, int ydraw, int w, int h,
  	       unsigned char *buf, bool visible)
  {
--- 209,213 ----
  }
  
! void drawMouse(int xdraw, int ydraw, int w, int h,
  	       unsigned char *buf, bool visible)
  {





More information about the Scummvm-git-logs mailing list