[Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.54,2.55 script_v8.cpp,2.186,2.187

Max Horn fingolfin at users.sourceforge.net
Wed Jul 16 13:51:08 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv16639

Modified Files:
	charset.cpp script_v8.cpp 
Log Message:
some comments

Index: charset.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/charset.cpp,v
retrieving revision 2.54
retrieving revision 2.55
diff -u -d -r2.54 -r2.55
--- charset.cpp	13 Jul 2003 16:22:17 -0000	2.54
+++ charset.cpp	16 Jul 2003 20:50:26 -0000	2.55
@@ -730,6 +730,7 @@
 };
 
 // Spanish Zak font.
+// FIXME: This is identical to germanCharsetDataV2 it seems?! 
 static byte spanishCharsetDataV2[] = {
 	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 	0x01, 0x03, 0x06, 0x0c, 0x18, 0x3e, 0x03, 0x00,

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.186
retrieving revision 2.187
diff -u -d -r2.186 -r2.187
--- script_v8.cpp	15 Jul 2003 21:30:53 -0000	2.186
+++ script_v8.cpp	16 Jul 2003 20:50:26 -0000	2.187
@@ -1313,8 +1313,8 @@
 		
 		break;
 	case 24:	// clearTextQueue
-		// TODO - clearTextQueue
-//		warning("o8_kernelSetFunctions: clearTextQueue()");
+		// TODO - clearTextQueue. Maybe this should just call removeBlastTexts() ?
+		warning("o8_kernelSetFunctions: clearTextQueue()");
 		break;
 	case 25: {	// saveGameReadName
 		SaveFileManager *mgr = _system->get_savefile_manager();





More information about the Scummvm-git-logs mailing list