aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2005-01-02 15:40:09 +0000
committerMax Horn2005-01-02 15:40:09 +0000
commit2c7f25435e479e57c8e4b5c5ce66c348fb560e96 (patch)
treeed5c80134b58650a9ad7ed7f19d9686c98cdd3cc /scumm
parent5f6108052e24fbf4a309ae5c315278b992d76ede (diff)
downloadscummvm-rg350-2c7f25435e479e57c8e4b5c5ce66c348fb560e96.tar.gz
scummvm-rg350-2c7f25435e479e57c8e4b5c5ce66c348fb560e96.tar.bz2
scummvm-rg350-2c7f25435e479e57c8e4b5c5ce66c348fb560e96.zip
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
Diffstat (limited to 'scumm')
-rw-r--r--scumm/string.cpp1
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);