aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/string.cpp12
1 files 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;