- fixed explosions in World Tour.

A classic result of trying to add new stuff to Duke's spaghetti code, shit like this would not happen if this code wasn't this poorly structured.
Fixes #360 and most of #357
This commit is contained in:
Christoph Oelckers 2020-09-07 21:00:27 +02:00
parent e4fa695b57
commit 775c4a3b51

View file

@ -473,7 +473,7 @@ SKIPWALLCHECK:
hittype[j].picnum = FLAMETHROWERFLAME;
}
if (s->picnum != SHRINKSPARK && (!isWorldTour() && s->picnum != LAVAPOOL))
if (s->picnum != SHRINKSPARK && (!isWorldTour() || s->picnum != LAVAPOOL))
{
if (d < r / 3)
{