[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.74,1.75

Robert Göffringmann lavosspawn at users.sourceforge.net
Sat Dec 11 23:12:01 CET 2004


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

Modified Files:
	sword1.cpp 
Log Message:
fixed warning

Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- sword1.cpp	11 Dec 2004 00:37:05 -0000	1.74
+++ sword1.cpp	12 Dec 2004 07:11:11 -0000	1.75
@@ -401,7 +401,7 @@
 			if (missingTypes[TYPE_SPEECH1] && missingTypes[TYPE_SPEECH2])
 				warning("Unable to find the speech files. The game will work, but you won't hear any voice output.\n"
 						"Please copy the SPEECH.CLU files from both CDs and rename them to SPEECH1.CLU and SPEECH2.CLU,\n"
-						"corresponding to the CD number.\n",
+						"corresponding to the CD number.\n"
 						"Please read the ScummVM Readme file for more information");
 			else
 				warning("Unable to find the speech file from CD %d.\n"





More information about the Scummvm-git-logs mailing list