aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/stringtable.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-16 12:14:20 +0200
committerBorja Lorente2016-08-19 16:30:24 +0200
commit34fdec37b26c7328f07f6251263f1c1afc7d1629 (patch)
treeb01e2602bd2121d1dd15ebc2427123acf65cbcef /engines/macventure/stringtable.h
parentf928deebaf09e9498da9658f36bf318d67660733 (diff)
downloadscummvm-rg350-34fdec37b26c7328f07f6251263f1c1afc7d1629.tar.gz
scummvm-rg350-34fdec37b26c7328f07f6251263f1c1afc7d1629.tar.bz2
scummvm-rg350-34fdec37b26c7328f07f6251263f1c1afc7d1629.zip
MACVENTURE: Fix debug messages
Diffstat (limited to 'engines/macventure/stringtable.h')
-rw-r--r--engines/macventure/stringtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/stringtable.h b/engines/macventure/stringtable.h
index a03fb28a0d..54aba03337 100644
--- a/engines/macventure/stringtable.h
+++ b/engines/macventure/stringtable.h
@@ -85,7 +85,7 @@ private:
// HACK until a proper special char implementation is found, this will have to do.
Common::String result = Common::String(str);
toASCII(result);
- debugC(5, kMVDebugText, "Loaded string %s", str);
+ debugC(4, kMVDebugText, "Loaded string %s", str);
_strings.push_back(Common::String(result));
delete[] str;
}