diff --git a/source/games/duke/src/actors_r.cpp b/source/games/duke/src/actors_r.cpp index 5a2c84056..f40c13740 100644 --- a/source/games/duke/src/actors_r.cpp +++ b/source/games/duke/src/actors_r.cpp @@ -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: