aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
diff options
context:
space:
mode:
authorFilippos Karapetis2011-10-05 14:00:15 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:11 +0100
commit4a03bb3e435fca0ec155242fe8739db1a022d9c8 (patch)
treef55826f113a279d537b502f7b051f7d5d5b54539 /engines/toltecs
parent84e6ceafbf70260a27a3d3f9eacf98580a04fcd6 (diff)
downloadscummvm-rg350-4a03bb3e435fca0ec155242fe8739db1a022d9c8.tar.gz
scummvm-rg350-4a03bb3e435fca0ec155242fe8739db1a022d9c8.tar.bz2
scummvm-rg350-4a03bb3e435fca0ec155242fe8739db1a022d9c8.zip
TOLTECS: Disabled some leftover unnecessary debug output
Diffstat (limited to 'engines/toltecs')
-rw-r--r--engines/toltecs/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/menu.cpp b/engines/toltecs/menu.cpp
index ad97448d84..54527c650c 100644
--- a/engines/toltecs/menu.cpp
+++ b/engines/toltecs/menu.cpp
@@ -475,7 +475,7 @@ int MenuSystem::loadSavegamesList() {
if (in) {
if (Toltecs::ToltecsEngine::readSaveHeader(in, false, header) == Toltecs::ToltecsEngine::kRSHENoError) {
_savegames.push_back(SavegameItem(slotNum, header.description));
- debug("%s -> %s", file->c_str(), header.description.c_str());
+ //debug("%s -> %s", file->c_str(), header.description.c_str());
}
delete in;
}