From 52dac5486ada32f84c735585c4b5863303ec24c0 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Thu, 26 Mar 2026 23:00:56 +0100 Subject: [PATCH] Remove FIXME comments in STATs. No worth fixing for Quake 3 vanilla, breaks demo and pseudo-netcode --- code/game/bg_public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/bg_public.h b/code/game/bg_public.h index 0878102e..621e6a49 100644 --- a/code/game/bg_public.h +++ b/code/game/bg_public.h @@ -196,8 +196,8 @@ typedef enum { #endif STAT_WEAPONS, // 16 bit fields STAT_ARMOR, - STAT_DEAD_YAW, // look this direction when dead (FIXME: get rid of?) - STAT_CLIENTS_READY, // bit mask of clients wishing to exit the intermission (FIXME: configstring?) + STAT_DEAD_YAW, // look this direction when dead + STAT_CLIENTS_READY, // bit mask of clients wishing to exit the intermission STAT_MAX_HEALTH // health / armor limit, changable by handicap } statIndex_t;