remove ANIM_GHOST

master
Lee Salzman 2013-04-23 21:01:38 +03:00
parent 8ebfbe1675
commit 73910dfb27
1 changed files with 1 additions and 2 deletions

View File

@ -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
{