Home
last modified time | relevance | path

Searched defs:player_mins (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/common/
H A Dpmove.c41 vec3_t player_mins = { -16, -16, -24 }; variable
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dpmove.c53 vec3_t player_mins = { -16, -16, -24 }; variable
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/shared/
H A Dpmove.c39 vec3_t player_mins = {-16, -16, 0}; variable
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dpmove.c38 vec3_t player_mins = {-16, -16, -24}; variable
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dpmove.c38 vec3_t player_mins = {-16, -16, -24}; variable
/dports/games/ufoai/ufoai-2.5-source/src/client/battlescape/
H A Dcl_localentity.h235 static const vec3_t player_mins = { -PLAYER_WIDTH, -PLAYER_WIDTH, PLAYER_MIN }; variable