From 02e6d64ee7c25aa81255510bf86bf3d32973cc52 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 31 Jul 2004 09:31:15 +0000 Subject: Less irritating place for this message svn-id: r14374 --- kyra/kyra.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kyra') diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp index 242395e75c..b7875cb76a 100644 --- a/kyra/kyra.cpp +++ b/kyra/kyra.cpp @@ -45,14 +45,13 @@ DetectedGameList Engine_KYRA_detectGames(const FSList &fslist) { 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; } } -- cgit v1.2.3