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

Oliver Kiehl olki at users.sourceforge.net
Sun Sep 14 16:40:02 CEST 2003


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

Modified Files:
	d_draw.cpp 
Log Message:
fix "Cutscene - Press ESC to exit" message


Index: d_draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/d_draw.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- d_draw.cpp	10 Sep 2003 16:05:26 -0000	1.17
+++ d_draw.cpp	14 Sep 2003 23:39:06 -0000	1.18
@@ -554,7 +554,6 @@
 
 		EraseBackBuffer();
 
-/*
 		// HACK: Draw instructions
 		//
 		// I'm using the the menu area, because that's unlikely to be
@@ -573,13 +572,13 @@
 		msgSprite.w = frame->width;
 		msgSprite.h = frame->height;
 		msgSprite.h = RDSPR_DISPLAYALIGN | RDSPR_NOCOMPRESSION | RDSPR_TRANS;
+		msgSprite.type = RDSPR_NOCOMPRESSION;
 		msgSprite.data = data->ad + sizeof(_frameHeader);
 
 		CreateSurface(&msgSprite, &msgSurface);
 		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