X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fautocvars.qh;h=25ab0e2a053fcfe0ff45703a880a62f87d5724c3;hp=296cffbe2370d52beb66405246cf3b5922807187;hb=c039d054a46888048d214000273ccfc63e4611b6;hpb=a3a484a54551f0208b6cf1e92bb7e5a3ee1a72f3 diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index 296cffbe23..25ab0e2a05 100644 --- a/qcsrc/client/autocvars.qh +++ b/qcsrc/client/autocvars.qh @@ -395,7 +395,6 @@ float autocvar_hud_shownames_offset; string autocvar_hud_skin; float autocvar_menu_mouse_speed; string autocvar_menu_skin; -float autocvar_r_drawviewmodel; int autocvar_r_fakelight; int autocvar_r_fullbright; float autocvar_r_letterbox; @@ -455,4 +454,5 @@ vector autocvar_crosshair_rpc_color = '0.2 1.0 0.2'; float autocvar_crosshair_rpc_alpha = 1; float autocvar_crosshair_rpc_size = 1; int autocvar_cl_nade_timer; +bool autocvar_r_drawviewmodel; bool autocvar_cl_items_nofade;