try another pair: dokick.c dothrow.c

This commit is contained in:
keni
2011-12-29 23:50:13 +00:00
parent 6120c3dd0b
commit 20148d83fe
2 changed files with 3 additions and 3 deletions

View File

@@ -1543,7 +1543,7 @@ long num;
else
Sprintf(eos(obuf), " and %s %s.",
otense(otmp, "fall"), gate_str);
pline("%s", obuf);
pline1(obuf);
} else if(!nodrop)
pline("%s %s %s.", obuf, otense(otmp, "fall"), gate_str);
}