X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_main.c;h=b6c293c0e525bb58c678ea2b30026e7c6a7c1e34;hp=357250eccba9e4a435ad03711a46ebf86b2f83a3;hb=c3edd749ac26c6322eafa8303e592df3c32ffd25;hpb=2b5bf11a5c533a36544f9529f9be03ff3de9c482 diff --git a/cl_main.c b/cl_main.c index 357250ec..b6c293c0 100644 --- a/cl_main.c +++ b/cl_main.c @@ -122,7 +122,7 @@ void CL_ClearState(void) cl.sensitivityscale = 1.0f; // enable rendering of the world and such - cl.csqc_vidvars.drawworld = true; + cl.csqc_vidvars.drawworld = r_drawworld.integer; cl.csqc_vidvars.drawenginesbar = true; cl.csqc_vidvars.drawcrosshair = true;