Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_maputl.c380 topheight = P_CameraGetFOFTopZ(mapcampointer, front, rover, tmx, tmy, linedef); in P_CameraLineOpening()
404 topheight = P_CameraGetFOFTopZ(mapcampointer, back, rover, tmx, tmy, linedef); in P_CameraLineOpening()
H A Dp_local.h315 #define P_CameraGetFOFTopZ(mobj, sector, fof, x, y, line) P_CameraCeilingZ(mobj, sectors + fof->sec… macro
H A Dp_map.c2369 topheight = P_CameraGetFOFTopZ(thiscam, newsubsec->sector, rover, x, y, NULL); in P_CheckCameraPosition()
H A Dp_user.c10194 topheight = P_CameraGetFOFTopZ(thiscam, newsubsec->sector, rover, midx, midy, NULL); in P_MoveChaseCamera()
10319 topheight = P_CameraGetFOFTopZ(thiscam, newsubsec->sector, rover, midx, midy, NULL); in P_MoveChaseCamera()