From 9c851c0c1dc53c8241ff05775aafa5bfb4cb6894 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sat, 2 Feb 2002 01:59:44 +0000 Subject: [PATCH] grappling hook followup fix a compilation bug --- src/apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apply.c b/src/apply.c index aa2cc6a5b..fec086f2e 100644 --- a/src/apply.c +++ b/src/apply.c @@ -2365,7 +2365,7 @@ use_grapple (obj) else { You("are yanked toward the %s!", surface(cc.x, cc.y)); hurtle(sgn(cc.x-u.ux), sgn(cc.y-u.uy), 1, FALSE); - spoteffects(); + spoteffects(TRUE); } return (1); default: /* Yourself (oops!) */