X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ft_items.qh;h=7b0d760df6e61afe908d4aaaf17b3263d1f022ca;hb=3a9017e6791a5dd7de4ba669c3b1ff08d4347a5b;hp=a0321c2444961234305f7689ef5d32b8d0008685;hpb=f785b8a76c2336cb00e78fe9e738d55512a086f5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/t_items.qh b/qcsrc/common/t_items.qh index a0321c244..7b0d760df 100644 --- a/qcsrc/common/t_items.qh +++ b/qcsrc/common/t_items.qh @@ -1,6 +1,6 @@ #pragma once -const int AMMO_COUNT = 4; // amount of ammo types to show in the inventory panel +const int AMMO_COUNT = 4; // amount of ammo types to show in the ammo panel // item networking const int ISF_LOCATION = BIT(1); @@ -36,7 +36,6 @@ bool autocvar_cl_items_nofade; float autocvar_cl_animate_items = 1; float autocvar_cl_ghost_items = 0.45; vector autocvar_cl_ghost_items_color = '-1 -1 -1'; -float autocvar_cl_fullbright_items = 0; 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;