Home
last modified time | relevance | path

Searched refs:startingonground (Results 1 – 1 of 1) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_map.c2671 fixed_t startingonground = P_IsObjectOnGround(thing); in P_TryMove() local
2835 if (!startingonground && tmfloorslope) in P_TryMove()
2841 if (thing->momz == 0 && thing->player && !startingonground) in P_TryMove()
2846 if (!startingonground && tmceilingslope) in P_TryMove()
2852 if (thing->momz == 0 && thing->player && !startingonground) in P_TryMove()