diff options
| author | Max Horn | 2005-01-02 15:40:09 +0000 |
|---|---|---|
| committer | Max Horn | 2005-01-02 15:40:09 +0000 |
| commit | 2c7f25435e479e57c8e4b5c5ce66c348fb560e96 (patch) | |
| tree | ed5c80134b58650a9ad7ed7f19d9686c98cdd3cc /scumm | |
| parent | 5f6108052e24fbf4a309ae5c315278b992d76ede (diff) | |
| download | scummvm-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.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); |
