]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
tZork broke simple items with 59c88c73 and c9de9b06, undo this
authorMrBougo <mrbougo@xonotic.org>
Thu, 9 Aug 2012 22:23:18 +0000 (00:23 +0200)
committerMrBougo <mrbougo@xonotic.org>
Thu, 9 Aug 2012 22:31:28 +0000 (00:31 +0200)
qcsrc/server/t_items.qc

index 0a3d756b74b357229311ad15de684f11a1567d42..0abef68d2a54f2e2a771af76d20d02391310433a 100644 (file)
@@ -22,7 +22,7 @@ var vector autocvar_cl_ghost_items_color = '-1 -1 -1';
 float  autocvar_cl_fullbright_items;
 vector autocvar_cl_weapon_stay_color = '2 0.5 0.5';
 float  autocvar_cl_weapon_stay_alpha = 0.75;
-float  autocvar_cl_simple_items = 0;
+float  autocvar_cl_simple_items;
 float  cl_simple_items;
 float  cl_ghost_items_alpha;