From 2551ced7590f3d3ed2b70af62f061bd7045f15f2 Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:47:33 +0300 Subject: [PATCH] Update LifeState_t --- public/const.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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