[Scummvm-cvs-logs] CVS: scummvm/kyra kyra.cpp,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Sat Jul 31 02:32:09 CEST 2004


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

Modified Files:
	kyra.cpp 
Log Message:
Less irritating place for this message

Index: kyra.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/kyra.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kyra.cpp	9 Apr 2004 12:36:06 -0000	1.1
+++ kyra.cpp	31 Jul 2004 09:31:15 -0000	1.2
@@ -45,14 +45,13 @@
 	DetectedGameList detectedGames;
 	File test_file;
 
-	printf("Detecting Kyra...\n");
-
 	// Iterate over all files in the given directory
 	for (FSList::const_iterator file = fslist.begin(); file != fslist.end(); ++file) {
 		const char *name = file->displayName().c_str();
 		if ((0 == scumm_stricmp("chapter1.vrm", name))  ||
 		    (0 == scumm_stricmp("chapter5.vrm", name))) {
 			detectedGames.push_back(kyra_setting);
+			printf("Detecting Kyra...\n");
 			break;
 		}
 	}





More information about the Scummvm-git-logs mailing list