X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_items.qh;h=d93e28bb611053773784fb08612df1f16ba83fdb;hb=fb9267ffab37eae0bcbc4ac42a8a45a1ad864c0b;hp=35cce6178d8a3ec4ca3078c72f5c4e74251a91de;hpb=c05a52d04d7441d637b2e5b93f3e480c23f55e28;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/t_items.qh b/qcsrc/server/t_items.qh index 35cce6178..d93e28bb6 100644 --- a/qcsrc/server/t_items.qh +++ b/qcsrc/server/t_items.qh @@ -30,13 +30,6 @@ const int IT_PLASMA = 65536; #define IT_KEY1 131072 // -Wdouble-declaration #define IT_KEY2 262144 - // for players: - const int IT_RED_FLAG_TAKEN = 32768; - const int IT_RED_FLAG_LOST = 65536; - const int IT_RED_FLAG_CARRYING = 98304; - const int IT_BLUE_FLAG_TAKEN = 131072; - const int IT_BLUE_FLAG_LOST = 262144; - const int IT_BLUE_FLAG_CARRYING = 393216; // end const int IT_5HP = 524288; @@ -69,6 +62,9 @@ const int ISF_SIZE = 128; .int ItemStatus; +.float fade_start; +.float fade_end; + #ifdef CSQC float autocvar_cl_animate_items = 1;