[Scummvm-cvs-logs] CVS: scummvm/morphos morphos.cpp,1.5,1.6

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


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

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

Index: morphos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/morphos/morphos.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** morphos.cpp	10 Apr 2002 20:48:27 -0000	1.5
--- morphos.cpp	12 Apr 2002 21:26:35 -0000	1.6
***************
*** 1480,1484 ****
  }
  
! void drawMouse( Scumm *s, int xdraw, int ydraw, int w, int h, byte *buf, bool visible )
  {
  	int x,y;
--- 1480,1484 ----
  }
  
! void drawMouse(int xdraw, int ydraw, int w, int h, byte *buf, bool visible )
  {
  	int x,y;





More information about the Scummvm-git-logs mailing list