diff options
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/string.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index 589c4fc0a6..25b296d8d6 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -200,6 +200,7 @@ void ScummEngine::CHARSET_1() { buffer = _charsetBuffer + _charsetBufPos; +printf("Talking: '%s'\n", buffer); if (_version > 3) _charset->addLinebreaks(0, buffer, 0, t); |
