diff options
| author | Travis Howell | 2003-09-06 03:48:08 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-09-06 03:48:08 +0000 |
| commit | ffe7cd3feb3f3b616aa56e10f45798c5fdc265c4 (patch) | |
| tree | 3872d2fa69cc6b886003e2746525301f85a0897e /common | |
| parent | 422885415d899d175e6f50ccd08660d03db47ff7 (diff) | |
| download | scummvm-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.cpp | 2 |
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); |
