[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.297,1.298

Max Horn fingolfin at users.sourceforge.net
Sat Jul 2 07:47:23 CEST 2005


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

Modified Files:
	string.cpp 
Log Message:
fixed irritating MI2 warning

Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- string.cpp	24 Jun 2005 15:23:19 -0000	1.297
+++ string.cpp	2 Jul 2005 14:45:24 -0000	1.298
@@ -323,6 +323,13 @@
 					_haveMsg = 0xFF;
 				_keepText = false;
 				break;
+			case 8:
+				// Ignore this code here. Occurs e.g. in MI2 when you
+				// talk to the carpenter on scabb island. It works like
+				// code 1 (=newline) in verb texts, but is ignored in
+				// spoken text (i.e. here). Used for very long verb
+				// sentences.
+				break;
 			case 9:
 				frme = *buffer++;
 				frme |= *buffer++ << 8;





More information about the Scummvm-git-logs mailing list