mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- inverted logic.
This commit is contained in:
parent
5c780e5c5f
commit
44b8053404
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue