aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorGregory Montoir2004-08-17 19:22:30 +0000
committerGregory Montoir2004-08-17 19:22:30 +0000
commit0b6a19d25dfbeebf8ed85bc83e9dc1621f8b55b4 (patch)
tree167bceb1ab1f5224c3c05755a6e3141245c62401 /queen
parentbb62b07f4fbbe283a1c50169d0de752c2a4baa06 (diff)
downloadscummvm-rg350-0b6a19d25dfbeebf8ed85bc83e9dc1621f8b55b4.tar.gz
scummvm-rg350-0b6a19d25dfbeebf8ed85bc83e9dc1621f8b55b4.tar.bz2
scummvm-rg350-0b6a19d25dfbeebf8ed85bc83e9dc1621f8b55b4.zip
remove some debug information and fix bug #1010929
svn-id: r14639
Diffstat (limited to 'queen')
-rw-r--r--queen/talk.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp
index e691cceb01..06a367dbd5 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -733,14 +733,6 @@ void Talk::defaultAnimation(
int bankNum) {
// lines 1730-1823 in talk.c
- debug(6, "Talk::defaultAnimation(\"%s\", %s, {\"%s\", %i, ...}, %i, %i)",
- segment,
- isJoe ? "true" : "false",
- parameters->name,
- parameters->state,
- startFrame,
- bankNum);
-
if (segment[0] != 0) {
// Why on earth would someone name a variable qzx?