aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-02 16:16:23 +0000
committerTorbjörn Andersson2005-01-02 16:16:23 +0000
commit5781d296b8d3355157d5b2a2ecd4c7d1702345db (patch)
tree59b9466cd66e40c56f99904defcd74407fd2a90e /scumm/string.cpp
parentfc6d4e0831fbefadb1c9bd61032f7d5be2f38d92 (diff)
downloadscummvm-rg350-5781d296b8d3355157d5b2a2ecd4c7d1702345db.tar.gz
scummvm-rg350-5781d296b8d3355157d5b2a2ecd4c7d1702345db.tar.bz2
scummvm-rg350-5781d296b8d3355157d5b2a2ecd4c7d1702345db.zip
Removed printf() that I assume was committed by mistake.
svn-id: r16413
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 25b296d8d6..589c4fc0a6 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -200,7 +200,6 @@ void ScummEngine::CHARSET_1() {
buffer = _charsetBuffer + _charsetBufPos;
-printf("Talking: '%s'\n", buffer);
if (_version > 3)
_charset->addLinebreaks(0, buffer, 0, t);