]> granicus.if.org Git - nethack/commitdiff
Jousting follow-up
authorkmhugo <kmhugo>
Sun, 20 Jan 2002 06:26:33 +0000 (06:26 +0000)
committerkmhugo <kmhugo>
Sun, 20 Jan 2002 06:26:33 +0000 (06:26 +0000)
Fix an oversight.

src/dothrow.c

index c1e581818d82f998ae6f007a966372f003ae4ac9..25400343579d01e24349ea74f41dd8221d730851 100644 (file)
@@ -542,7 +542,9 @@ mhurtle_step(arg, x, y)
            newsym(mon->mx, mon->my);
            set_apparxy(mon);
            (void) mintrap(mon);
+           return TRUE;
        }
+       return FALSE;
 }
 
 /*