0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-04-07 08:22:01 +00:00

- fixed freezer projectile not moving.

These endless fallthrough switch/case blocks are a genuine menace. :(
Fixes 
This commit is contained in:
Christoph Oelckers 2020-10-20 23:21:38 +02:00
parent 3004185646
commit a17f529c49

View file

@ -2035,7 +2035,7 @@ void moveweapons_d(void)
}
case FIREBALL:
// Twentieth Anniversary World Tour
if (!isWorldTour()) break;
if (s->picnum == FIREBALL && !isWorldTour()) break;
case SHRINKSPARK:
case RPG:
case FIRELASER: