diff --git a/src/mthrowu.c b/src/mthrowu.c index 7c5f297d7..e0961a1ce 100644 --- a/src/mthrowu.c +++ b/src/mthrowu.c @@ -606,7 +606,7 @@ struct obj *obj; /* missile (or stack providing it) */ } stop_occupation(); if (hitu) { - range = 0; + (void) drop_throw(singleobj, hitu, u.ux, u.uy); break; } }