[Scummvm-cvs-logs] CVS: scummvm/bs2/driver d_draw.cpp,1.16,1.17

Oliver Kiehl olki at users.sourceforge.net
Wed Sep 10 11:53:42 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv29131

Modified Files:
	d_draw.cpp 
Log Message:
disable code because it crashes


Index: d_draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/d_draw.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- d_draw.cpp	9 Sep 2003 15:54:13 -0000	1.16
+++ d_draw.cpp	10 Sep 2003 16:05:26 -0000	1.17
@@ -554,6 +554,7 @@
 
 		EraseBackBuffer();
 
+/*
 		// HACK: Draw instructions
 		//
 		// I'm using the the menu area, because that's unlikely to be
@@ -578,6 +579,7 @@
 		DrawSurface(&msgSprite, msgSurface);
 		DeleteSurface(msgSurface);
 		Free_mem(data);
+*/
 
 		// In case the cutscene has a long lead-in, start just before
 		// the first line of text.





More information about the Scummvm-git-logs mailing list