From: kmhugo Date: Sun, 20 Jan 2002 06:26:33 +0000 (+0000) Subject: Jousting follow-up X-Git-Tag: MOVE2GIT~3418 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=629f0897d691b2992a10c6be6c037d0dc3415b6e;p=nethack Jousting follow-up Fix an oversight. --- diff --git a/src/dothrow.c b/src/dothrow.c index c1e581818..254003435 100644 --- a/src/dothrow.c +++ b/src/dothrow.c @@ -542,7 +542,9 @@ mhurtle_step(arg, x, y) newsym(mon->mx, mon->my); set_apparxy(mon); (void) mintrap(mon); + return TRUE; } + return FALSE; } /*