This wasn't supposed to be committed...

This commit is contained in:
MajorCooke 2016-07-14 09:55:13 -05:00
parent 59593e57c6
commit 09175a6a7a
1 changed files with 1 additions and 1 deletions

View File

@ -5683,7 +5683,7 @@ static bool DoRadiusGive(AActor *self, AActor *thing, PClassActor *item, int amo
if (!(flags & RGF_GIVESELF)) if (!(flags & RGF_GIVESELF))
return false; return false;
} }
if (thing->flags & MF_MISSILE) else if (thing->flags & MF_MISSILE)
{ {
if (!missilePass) if (!missilePass)
return false; return false;