Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_local.h411 boolean P_CheckCameraPosition(fixed_t x, fixed_t y, camera_t *thiscam);
H A Dp_map.c2308 boolean P_CheckCameraPosition(fixed_t x, fixed_t y, camera_t *thiscam) in P_CheckCameraPosition() function
2533 if (!P_CheckCameraPosition(tryx, tryy, thiscam)) in P_TryCameraMove()
H A Dp_mobj.c3684 P_CheckCameraPosition(thiscam->x, thiscam->y, thiscam); in P_CameraThinker()