diff options
Diffstat (limited to 'string.cpp')
| -rw-r--r-- | string.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/string.cpp b/string.cpp index 8786a874ce..c29cf2106e 100644 --- a/string.cpp +++ b/string.cpp @@ -289,11 +289,7 @@ void Scumm::CHARSET_1() { t <<= 1; } - buffer = charset._buffer + charset._bufPos; - if(_features & GF_OLD256) { - debug(1, "CHARSET_1: %s", buffer); - //return; - } + buffer = charset._buffer + charset._bufPos; charset.addLinebreaks(0, buffer,0, t); _lastXstart = virtscr[0].xstart; |
