remove some debug information and fix bug #1010929

svn-id: r14639
This commit is contained in:
Gregory Montoir 2004-08-17 19:22:30 +00:00
parent bb62b07f4f
commit 0b6a19d25d

View File

@ -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?