From 2c7f25435e479e57c8e4b5c5ce66c348fb560e96 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 2 Jan 2005 15:40:09 +0000 Subject: MT32 support was already added in 0.7.0, clarify that. Small remark: Porters are also very welcome to update the NEWS file (so our users know what great advances occured on the WinCE, PalmOS, Dreamcast, ... ports) svn-id: r16409 --- scumm/string.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm') 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); -- cgit v1.2.3