Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_maputl.c381 bottomheight = P_CameraGetFOFBottomZ(mapcampointer, front, rover, tmx, tmy, linedef); in P_CameraLineOpening()
405 bottomheight = P_CameraGetFOFBottomZ(mapcampointer, back, rover, tmx, tmy, linedef); in P_CameraLineOpening()
H A Dp_local.h316 #define P_CameraGetFOFBottomZ(mobj, sector, fof, x, y, line) P_CameraFloorZ(mobj, sectors + fof->se… macro
H A Dp_map.c2370 bottomheight = P_CameraGetFOFBottomZ(thiscam, newsubsec->sector, rover, x, y, NULL); in P_CheckCameraPosition()
H A Dp_user.c10195 bottomheight = P_CameraGetFOFBottomZ(thiscam, newsubsec->sector, rover, midx, midy, NULL); in P_MoveChaseCamera()
10320 bottomheight = P_CameraGetFOFBottomZ(thiscam, newsubsec->sector, rover, midx, midy, NULL); in P_MoveChaseCamera()