Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_map.c3918 fixed_t mmomx = 0, mmomy = 0; in P_BounceMove() local
3929 mmomx = mo->player->rmomx; in P_BounceMove()
3934 mmomx = mo->momx; in P_BounceMove()
3963 P_PathTraverse(leadx, leady, leadx + mmomx, leady + mmomy, PT_ADDLINES, PTR_SlideTraverse); in P_BounceMove()
3964 P_PathTraverse(trailx, leady, trailx + mmomx, leady + mmomy, PT_ADDLINES, PTR_SlideTraverse); in P_BounceMove()
3972 if (P_TryMove(mo, mo->x - mmomx, mo->y - mmomy, true)) in P_BounceMove()
3996 newx = FixedMul(mmomx, bestslidefrac); in P_BounceMove()
4015 tmxmove = mmomx; in P_BounceMove()
4020 tmxmove = FixedMul(mmomx, (FRACUNIT - (FRACUNIT>>6) - (FRACUNIT>>5))); in P_BounceMove()
4026 tmxmove = FixedDiv(mmomx, 2*FRACUNIT); in P_BounceMove()
[all …]