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++) {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue