From f6e859800dfef016fd04f64a87a0c4bc561a877b Mon Sep 17 00:00:00 2001 From: BLooperZ Date: Tue, 2 Oct 2018 20:16:06 +0300 Subject: SCUMM: disable debug messages --- engines/scumm/string.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index dee62a7823..852684b6f2 100644 --- a/engines/scumm/string.cpp +++ b/engines/scumm/string.cpp @@ -636,12 +636,12 @@ void ScummEngine::CHARSET_1() { - for (int u = 0; u < strlen(text); u++) { - char buffy[30] = {0}; - sprintf(buffy, "[%d-%c],", text[u], text[u]); - debugN(buffy); - } - debugN("\n"); + // for (int u = 0; u < strlen(text); u++) { + // char buffy[30] = {0}; + // sprintf(buffy, "[%d-%c],", text[u], text[u]); + // debugN(buffy); + // } + // debugN("\n"); char* current = text; -- cgit v1.2.3