mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
This wasn't supposed to be committed...
This commit is contained in:
parent
59593e57c6
commit
09175a6a7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue