Update LifeState_t

This commit is contained in:
GAMMACASE 2025-10-20 19:47:33 +03:00
parent d1dafbc99d
commit 2551ced759

View File

@ -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_DYING = 0x1, // playing death animation or still falling off of a ledge waiting to hit ground
LIFE_DEAD = 0x2, // dead. lying still. LIFE_DEAD = 0x2, // dead. lying still.
LIFE_RESPAWNABLE = 0x3, LIFE_RESPAWNABLE = 0x3,
LIFE_RESPAWNING = 0x4 LIFE_RESPAWNING = 0x4,
NUM_LIFESTATES
}; };
// entity effects // entity effects