From 629f0897d691b2992a10c6be6c037d0dc3415b6e Mon Sep 17 00:00:00 2001 From: kmhugo Date: Sun, 20 Jan 2002 06:26:33 +0000 Subject: [PATCH] Jousting follow-up Fix an oversight. --- src/dothrow.c | 2 ++ 1 file changed, 2 insertions(+) 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; } /* -- 2.50.1