Added missing TF2 critcola condflag define (bug 4464, r=fyren)

This commit is contained in:
Nicholas Hastings 2010-06-22 19:31:33 -04:00
parent 70251a8b2e
commit 2f128113b6

View File

@ -56,10 +56,11 @@
#define TF_CONDFLAG_BUFFED (1 << 16)
#define TF_CONDFLAG_CHARGING (1 << 17)
#define TF_CONDFLAG_DEMOBUFF (1 << 18)
#define TF_CONDFLAG_HEALING (1 << 19)
#define TF_CONDFLAG_ONFIRE (1 << 20)
#define TF_CONDFLAG_OVERHEALED (1 << 21)
#define TF_CONDFLAG_JARATED (1 << 22)
#define TF_CONDFLAG_CRITCOLA (1 << 19)
#define TF_CONDFLAG_HEALING (1 << 20)
#define TF_CONDFLAG_ONFIRE (1 << 21)
#define TF_CONDFLAG_OVERHEALED (1 << 22)
#define TF_CONDFLAG_JARATED (1 << 23)
#define TF_DEATHFLAG_KILLERDOMINATION (1 << 0)
#define TF_DEATHFLAG_ASSISTERDOMINATION (1 << 1)