aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorTravis Howell2003-09-06 03:48:08 +0000
committerTravis Howell2003-09-06 03:48:08 +0000
commitffe7cd3feb3f3b616aa56e10f45798c5fdc265c4 (patch)
tree3872d2fa69cc6b886003e2746525301f85a0897e /sky
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 'sky')
-rw-r--r--sky/disk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/disk.cpp b/sky/disk.cpp
index 7b67e22ff7..5bf49246c5 100644
--- a/sky/disk.cpp
+++ b/sky/disk.cpp
@@ -56,7 +56,7 @@ SkyDisk::SkyDisk(char *gameDataPath) {
if (_dataDiskHandle->isOpen() == false)
error("Error opening %s%s", _gameDataPath, dataFilename);
- debug(1, "Found BASS version v0.0%d (%d dnr entries)", determineGameVersion(), _dinnerTableEntries);
+ printf("Found BASS version v0.0%d (%d dnr entries)\n", determineGameVersion(), _dinnerTableEntries);
memset(_buildList, 0, 60 * 2);
memset(_loadedFilesList, 0, 60 * 4);