Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/game/bg_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down