SCUMM: disable debug messages

This commit is contained in:
BLooperZ 2018-10-02 20:16:06 +03:00 committed by Eugene Sandulenko
parent b67d954351
commit f6e859800d

View file

@ -636,12 +636,12 @@ void ScummEngine::CHARSET_1() {
for (int u = 0; u < strlen(text); u++) { // for (int u = 0; u < strlen(text); u++) {
char buffy[30] = {0}; // char buffy[30] = {0};
sprintf(buffy, "[%d-%c],", text[u], text[u]); // sprintf(buffy, "[%d-%c],", text[u], text[u]);
debugN(buffy); // debugN(buffy);
} // }
debugN("\n"); // debugN("\n");
char* current = text; char* current = text;