diff --git a/public/const.h b/public/const.h index 318d0e0a..84175be9 100644 --- a/public/const.h +++ b/public/const.h @@ -235,7 +235,8 @@ enum LifeState_t LIFE_DYING = 0x1, // playing death animation or still falling off of a ledge waiting to hit ground LIFE_DEAD = 0x2, // dead. lying still. LIFE_RESPAWNABLE = 0x3, - LIFE_RESPAWNING = 0x4 + LIFE_RESPAWNING = 0x4, + NUM_LIFESTATES }; // entity effects