Home
last modified time | relevance | path

Searched refs:mmomy (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
3930 mmomy = mo->player->rmomy; in P_BounceMove()
3935 mmomy = mo->momy; 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()
3997 newy = FixedMul(mmomy, bestslidefrac); in P_BounceMove()
4016 tmymove = mmomy; in P_BounceMove()
4021 tmymove = FixedMul(mmomy, (FRACUNIT - (FRACUNIT>>6) - (FRACUNIT>>5))); in P_BounceMove()
4027 tmymove = FixedDiv(mmomy, 2*FRACUNIT); in P_BounceMove()
[all …]