diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index bad2ffa4..2f4f3a1a 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -217,7 +217,6 @@ typedef enum STAT_STATE, //TA: client states e.g. wall climbing STAT_MISC, //TA: for uh...misc stuff STAT_BUILDABLE, //TA: which ghost model to display for building - STAT_BOOSTTIME, //TA: time left for boost (alien only) STAT_FALLDIST, //TA: the distance the player fell STAT_VIEWLOCK //TA: direction to lock the view in } statIndex_t; |