[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.198,1.199

Travis Howell kirben at users.sourceforge.net
Sun Feb 22 07:01:00 CET 2004


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

Modified Files:
	string.cpp 
Log Message:

Only comi is different


Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- string.cpp	22 Feb 2004 08:02:56 -0000	1.198
+++ string.cpp	22 Feb 2004 14:48:13 -0000	1.199
@@ -73,6 +73,8 @@
 }
 
 void ScummEngine::unkMessage2() {
+	// Original COMI used different code at this point.
+	// Seemed to use blastText for the messages
 	byte buf[100];
 	const byte *tmp;
 
@@ -82,8 +84,6 @@
 	if (_string[3].color == 0)
 		_string[3].color = 4;
 
-	// FIXME: I know this is the right thing to do for MI1 and MI2. For
-	// all other games it's just a guess.
 	InfoDialog dialog(this, (char*)buf);
 	VAR(VAR_KEYPRESS) = runDialog(dialog);
 





More information about the Scummvm-git-logs mailing list