diff options
author | David Eriksson | 2003-10-21 13:17:11 +0000 |
---|---|---|
committer | David Eriksson | 2003-10-21 13:17:11 +0000 |
commit | 3cff930d8f0c37774c6cea16cc2955b6328a85f9 (patch) | |
tree | 0ed3058571d4f4a373c83c09c5db48ce3b274e23 | |
parent | 8395184a8f28bf31e393203212c6eb2f88c85ba8 (diff) | |
download | scummvm-rg350-3cff930d8f0c37774c6cea16cc2955b6328a85f9.tar.gz scummvm-rg350-3cff930d8f0c37774c6cea16cc2955b6328a85f9.tar.bz2 scummvm-rg350-3cff930d8f0c37774c6cea16cc2955b6328a85f9.zip |
Disable debug message
svn-id: r10935
-rw-r--r-- | queen/talk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp index eea9fde9ce..4226885dbe 100644 --- a/queen/talk.cpp +++ b/queen/talk.cpp @@ -640,7 +640,7 @@ void Talk::speakSegment( // length, segment, person, voiceFileName); _sound->sfxPlay(voiceFileName); - debug(0, "Playing voice file '%s'", voiceFileName); + //debug(0, "Playing voice file '%s'", voiceFileName); int faceDirectionCommand = 0; |