Fixed wrong parameter type passed into TryMove here

This commit is contained in:
nashmuhandes 2021-05-28 12:03:27 +08:00 committed by Christoph Oelckers
parent f19f825ccb
commit 75e18cca3c

View file

@ -102,7 +102,7 @@ class FastProjectile : Actor
tm.ClearLastRipped(); // [RH] Do rip damage each step, like Hexen
}
if (!TryMove (Pos.XY + frac.XY, true, NULL, tm))
if (!TryMove (Pos.XY + frac.XY, true, false, tm))
{ // Blocked move
if (!bSkyExplode)
{