Home
last modified time | relevance | path

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

/dports/games/zhlt/zhlt-3.4/hlbsp/
H A Dbsp5.h47 #define DEFAULT_NOCLIP false macro
H A Dqbsp.cpp39 bool g_noclip = DEFAULT_NOCLIP; // no clipping hull "-noclip"
1096 …Log("noclip [ %7s ] [ %7s ]\n", g_noclip ? "on" : "off", DEFAULT_NOCLIP ? "on" : "off… in Settings()
/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dcsg.h34 #define DEFAULT_NOCLIP false macro
H A Dqcsg.cpp37 bool g_noclip = DEFAULT_NOCLIP; // no clipping hull "-noclip"
1276 …Log("noclip [ %7s ] [ %7s ]\n", g_noclip ? "on" : "off", DEFAULT_NOCLIP in Settings()