diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | scumm/string.cpp | 1 |
2 files changed, 11 insertions, 2 deletions
@@ -4,10 +4,18 @@ For a more comprehensive changelog for the latest experimental CVS code, see: 0.?? New Games: - Added SAGA engine (for the games and "I Have No Mouth and I Must Scream" - and "Inherit the Earth") + and "Inherit the Earth"). General: - - Added a MT-32 emulator + - Added a MT-32 emulator. (It was actually added in 0.7.0 but we forgot to + put it into the NEWS file :-). + + <ENGINE #1 NEWS> + - ... + + + <PORT #1 NEWS> + - ... 0.7.0 (2004-12-24) New Games: 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); |