mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-22 09:11:33 +00:00
ctf: fix STAT_* values to start from unused slot
This commit is contained in:
parent
85704fa134
commit
1343dbcc97
1 changed files with 14 additions and 14 deletions
|
@ -1558,20 +1558,20 @@ void PMenu_Select(edict_t *ent);
|
|||
#define CTF_VSTRING(x) CTF_VSTRING2(x)
|
||||
#define CTF_STRING_VERSION CTF_VSTRING(CTF_VERSION)
|
||||
|
||||
#define STAT_CTF_TEAM1_PIC 17
|
||||
#define STAT_CTF_TEAM1_CAPS 18
|
||||
#define STAT_CTF_TEAM2_PIC 19
|
||||
#define STAT_CTF_TEAM2_CAPS 20
|
||||
#define STAT_CTF_FLAG_PIC 21
|
||||
#define STAT_CTF_JOINED_TEAM1_PIC 22
|
||||
#define STAT_CTF_JOINED_TEAM2_PIC 23
|
||||
#define STAT_CTF_TEAM1_HEADER 24
|
||||
#define STAT_CTF_TEAM2_HEADER 25
|
||||
#define STAT_CTF_TECH 26
|
||||
#define STAT_CTF_ID_VIEW 27
|
||||
#define STAT_CTF_MATCH 28
|
||||
#define STAT_CTF_ID_VIEW_COLOR 29
|
||||
#define STAT_CTF_TEAMINFO 30
|
||||
#define STAT_CTF_TEAM1_PIC 18
|
||||
#define STAT_CTF_TEAM1_CAPS 19
|
||||
#define STAT_CTF_TEAM2_PIC 20
|
||||
#define STAT_CTF_TEAM2_CAPS 21
|
||||
#define STAT_CTF_FLAG_PIC 22
|
||||
#define STAT_CTF_JOINED_TEAM1_PIC 23
|
||||
#define STAT_CTF_JOINED_TEAM2_PIC 24
|
||||
#define STAT_CTF_TEAM1_HEADER 25
|
||||
#define STAT_CTF_TEAM2_HEADER 26
|
||||
#define STAT_CTF_TECH 27
|
||||
#define STAT_CTF_ID_VIEW 28
|
||||
#define STAT_CTF_MATCH 29
|
||||
#define STAT_CTF_ID_VIEW_COLOR 30
|
||||
#define STAT_CTF_TEAMINFO 31
|
||||
|
||||
#define CONFIG_CTF_MATCH (CS_AIRACCEL - 1)
|
||||
#define CONFIG_CTF_TEAMINFO (CS_AIRACCEL - 2)
|
||||
|
|
Loading…
Reference in a new issue