Reeanble flatslope check

This commit is contained in:
NepDisk 2024-08-07 14:05:36 -04:00
parent 51178216e2
commit fd31992b72

View file

@ -908,11 +908,11 @@ boolean P_CanApplySlopePhysics(mobj_t *mo, pslope_t *slope)
return false;
}
/*if (slope->normal.x == 0 && slope->normal.y == 0)
if (slope->normal.x == 0 && slope->normal.y == 0)
{
// Flat slope? No such thing, man. No such thing.
return false;
}*/
}
// We can do slope physics.
return true;