grappling hook followup

fix a compilation bug
This commit is contained in:
cohrs
2002-02-02 01:59:44 +00:00
parent 8bbbde43a8
commit 9c851c0c1d

View File

@@ -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!) */