Home
last modified time | relevance | path

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

/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dneh.h17 extern cvar_t gl_skyclip, gl_skyfix;
H A Dneh.c31 …cvar_t gl_skyfix = {"gl_skyfix", "1"}; // Fix to draw skybox over world (multitexture only) variable
304 Cvar_RegisterVariable (&gl_skyfix); in Neh_Init()
H A Dgl_rsurf.c1292 gl_do_skyfix = gl_mtexable && gl_skyfix.value; in R_DrawWorld()
1296 if (old_fix != gl_skyfix.value) in R_DrawWorld()
1321 old_fix = gl_skyfix.value; in R_DrawWorld()