From: Jakob MG Date: Sat, 31 Mar 2012 15:39:07 +0000 (+0200) Subject: de-tard things so they can be compiled X-Git-Tag: xonotic-v0.7.0~312^2~45 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=737ae27e0ab4fbbd4ab8be6b644cd2fc4a165e9c;p=xonotic%2Fxonotic-data.pk3dir.git de-tard things so they can be compiled --- diff --git a/qcsrc/server/t_items.qc b/qcsrc/server/t_items.qc index 7a303c816..f3862105e 100644 --- a/qcsrc/server/t_items.qc +++ b/qcsrc/server/t_items.qc @@ -19,7 +19,7 @@ float autocvar_cl_ghost_items; vector autocvar_cl_ghost_items_color; float autocvar_cl_simple_items; float autocvar_cl_fullbright_items; -float autocvar_cl_staywep_color; +vector autocvar_cl_staywep_color; float autocvar_cl_staywep_alpha; .float spawntime;