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

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Sep 22 23:35:03 CEST 2003


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

Modified Files:
	d_draw.cpp 
Log Message:
Fixed really brain-dead bug. (I made it myself - I can call it whatever I
want to! :-) Escaping a cutscene while the voice-over is playing should
work now.


Index: d_draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/d_draw.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- d_draw.cpp	23 Sep 2003 06:31:13 -0000	1.22
+++ d_draw.cpp	23 Sep 2003 06:34:19 -0000	1.23
@@ -438,9 +438,9 @@
 		tmpPal[255 * 4 + 2] = 255;
 		BS2_SetPalette(0, 256, tmpPal, RDPAL_INSTANT);
 
-		while (1) {
-			PlayingSoundHandle handle = 0;
+		PlayingSoundHandle handle = 0;
 
+		while (1) {
 			if (!text[textCounter])
 				break;
 





More information about the Scummvm-git-logs mailing list