- inverted logic.

This commit is contained in:
Christoph Oelckers 2020-05-14 21:52:00 +02:00
parent 5c780e5c5f
commit 44b8053404
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ int ifhitbyweapon_r(int sn)
}
int pn = hittype[sn].picnum;
if (pn == RPG2 && isRRRA()) pn = 0; // avoid messing around with gotos.
if (pn == RPG2 && !isRRRA()) pn = 0; // avoid messing around with gotos.
switch (pn)
{
case RADIUSEXPLOSION: