diff options
Diffstat (limited to 'queen')
-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; |