Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_things.c1619 SINT8 flipoffset = 1;
1622 flipoffset = -1;
1624 spr_offset += thing->spritexoffset * flipoffset;
1625 spr_topoffset += thing->spriteyoffset * flipoffset;
H A Dp_user.c2512 fixed_t flipoffset = ((mo->eflags & MFE_VERTICALFLIP) ? (mo->height/2) : 0); in P_InQuicksand() local
2529 if (mo->z + flipoffset > topheight) in P_InQuicksand()
2532 if (mo->z + (mo->height/2) + flipoffset < bottomheight) in P_InQuicksand()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c5152 SINT8 flipoffset = 1; in HWR_ProjectSprite() local
5155 flipoffset = -1; in HWR_ProjectSprite()
5157 spr_offset += thing->spritexoffset * flipoffset; in HWR_ProjectSprite()
5158 spr_topoffset += thing->spriteyoffset * flipoffset; in HWR_ProjectSprite()