From 09175a6a7a9607e63f5513a01262777e35b8fe50 Mon Sep 17 00:00:00 2001 From: MajorCooke Date: Thu, 14 Jul 2016 09:55:13 -0500 Subject: [PATCH] This wasn't supposed to be committed... --- src/thingdef/thingdef_codeptr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thingdef/thingdef_codeptr.cpp b/src/thingdef/thingdef_codeptr.cpp index 25d68fc8fe..441ba48995 100644 --- a/src/thingdef/thingdef_codeptr.cpp +++ b/src/thingdef/thingdef_codeptr.cpp @@ -5683,7 +5683,7 @@ static bool DoRadiusGive(AActor *self, AActor *thing, PClassActor *item, int amo if (!(flags & RGF_GIVESELF)) return false; } - if (thing->flags & MF_MISSILE) + else if (thing->flags & MF_MISSILE) { if (!missilePass) return false;