From 8608776768e9926d5be09904232647bff39d7e72 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Sun, 7 Aug 2016 17:15:01 +0200 Subject: MACVENTURE: Add debug channels --- engines/macventure/stringtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/macventure/stringtable.h') 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; } -- cgit v1.2.3