aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2003-09-06 03:48:08 +0000
committerTravis Howell2003-09-06 03:48:08 +0000
commitffe7cd3feb3f3b616aa56e10f45798c5fdc265c4 (patch)
tree3872d2fa69cc6b886003e2746525301f85a0897e /common
parent422885415d899d175e6f50ccd08660d03db47ff7 (diff)
downloadscummvm-rg350-ffe7cd3feb3f3b616aa56e10f45798c5fdc265c4.tar.gz
scummvm-rg350-ffe7cd3feb3f3b616aa56e10f45798c5fdc265c4.tar.bz2
scummvm-rg350-ffe7cd3feb3f3b616aa56e10f45798c5fdc265c4.zip
Actually make these game version message shown by default, so users can better report bugs.
svn-id: r10037
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 5daae56fa5..f0e5caeded 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -694,7 +694,7 @@ bool GameDetector::detectGame() {
_game.filename = basename;
}
_gameText = gnl->gamename;
- debug(1, "Trying to start game '%s'",gnl->gamename);
+ printf("Trying to start game '%s'\n",gnl->gamename);
return true;
}
} while ((++gnl)->filename);