[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.269,2.270

Max Horn fingolfin at users.sourceforge.net
Thu Sep 2 15:48:04 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16076

Modified Files:
	script_v8.cpp 
Log Message:
Make clearTextQueue call removeBlastTexts -- this fixes a text redraw issue in the ship-to-ship combat

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.269
retrieving revision 2.270
diff -u -d -r2.269 -r2.270
--- script_v8.cpp	22 Aug 2004 23:38:00 -0000	2.269
+++ script_v8.cpp	2 Sep 2004 22:47:10 -0000	2.270
@@ -1281,8 +1281,7 @@
 		a->animateLimb(args[3], args[4]);
 		break;
 	case 24:	// clearTextQueue
-		// TODO - clearTextQueue. Maybe this should just call removeBlastTexts() ?
-		warning("o8_kernelSetFunctions: clearTextQueue()");
+		removeBlastTexts();
 		break;
 	case 25: {	// saveGameReadName
 		char *address = (char*)getStringAddress(args[2]);





More information about the Scummvm-git-logs mailing list