From 44b80534044e355ae3d404d8fd8777216c90ffe1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 14 May 2020 21:52:00 +0200 Subject: [PATCH] - inverted logic. --- source/games/duke/src/actors_r.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: