aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/stringtable.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-07 17:15:01 +0200
committerBorja Lorente2016-08-14 19:01:01 +0200
commit8608776768e9926d5be09904232647bff39d7e72 (patch)
treeef0306bfedddddfa7c84a5d2c68a0a88eca6b7dd /engines/macventure/stringtable.h
parent0b36a77af42868edaab4434215bbae5d8c3a5e2f (diff)
downloadscummvm-rg350-8608776768e9926d5be09904232647bff39d7e72.tar.gz
scummvm-rg350-8608776768e9926d5be09904232647bff39d7e72.tar.bz2
scummvm-rg350-8608776768e9926d5be09904232647bff39d7e72.zip
MACVENTURE: Add debug channels
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 ff9eddc040..f05b793ced 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);
- debug(11, "Loaded string %s", str);
+ debugC(5, kMVDebugText, "Loaded string %s", str);
_strings.push_back(Common::String(result));
delete[] str;
}