]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qc
mutator_superspec (g_superspectate 1 to enable): Extended spectation fucntions. Curre...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qc
index fe1c8e8059f2d22da1b55cd6fc8fe1f8b1d93779..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 = 1;
+float  autocvar_cl_simple_items;
 float  cl_simple_items;
 float  cl_ghost_items_alpha;
 
@@ -48,7 +48,6 @@ void ItemDraw()
                     self.move_avelocity = '0 -90 0';
             }
         }
-            
     }
     else if (autocvar_cl_animate_items)
     {