diff --git a/src/shared/ents.h b/src/shared/ents.h index e608c60..afc6206 100644 --- a/src/shared/ents.h +++ b/src/shared/ents.h @@ -138,8 +138,7 @@ static const char * const animnames[] = #define ANIM_RAGDOLL (1<<27) #define ANIM_SETSPEED (1<<28) #define ANIM_NOPITCH (1<<29) -#define ANIM_GHOST (1<<30) -#define ANIM_FLAGS (0x1FF<<22) +#define ANIM_FLAGS (0xFF<<22) struct animinfo // description of a character's animation {