aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2002-10-18 11:52:51 +0000
committerJames Brown2002-10-18 11:52:51 +0000
commit5c2bdeaeca39c66770dcd57a0c5b714319795648 (patch)
tree89f21c9f8c30b3b00ca4d48fa630abeba4122b66
parent80ce915f3da1173eb86af153d79a12aac556f564 (diff)
downloadscummvm-rg350-5c2bdeaeca39c66770dcd57a0c5b714319795648.tar.gz
scummvm-rg350-5c2bdeaeca39c66770dcd57a0c5b714319795648.tar.bz2
scummvm-rg350-5c2bdeaeca39c66770dcd57a0c5b714319795648.zip
remove debug messages - oops.
svn-id: r5187
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index b202f1527b..615543d0b0 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -2550,7 +2550,6 @@ void Scumm::o6_talkActor()
pointer[j] = 0;
_sound->_talkChannel = _sound->playBundleSound(pointer);
_messagePtr = (byte*)&transText;
- printf("Said %s, talkchannel is %d\n", transText, _sound->_talkChannel);
setStringVars(0);
actorTalk();
} else {
@@ -2577,7 +2576,6 @@ void Scumm::o6_talkEgo()
}
pointer[j] = 0;
_sound->_talkChannel = _sound->playBundleSound(pointer);
- printf("Said %s, talkchannel is %d\n", transText, _sound->_talkChannel);
_messagePtr = (byte*)&transText;
setStringVars(0);
actorTalk();