SCUMM: disable debug messages
This commit is contained in:
parent
b67d954351
commit
f6e859800d
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue