Merge branch 'blankart-dev' into newinput

This commit is contained in:
NepDisk 2025-03-13 06:44:39 -04:00
commit bf211f9772

View file

@ -1297,6 +1297,7 @@ void P_SetPitchRollFromSlope(mobj_t *mo, pslope_t *slope)
{
mo->slopepitch = mo->sloperoll = 0;
}
mo->pitch = mo->roll = 0;
}
//