mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +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))
|
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;
|
||||||
|
|
Loading…
Reference in a new issue