Reeanble flatslope check
This commit is contained in:
parent
51178216e2
commit
fd31992b72
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue