Made more code for Team Arena be inside ifdef MISSIONPACK, from Ensiform.
This commit is contained in:
parent
a375f898f5
commit
56a918b9ac
6 changed files with 32 additions and 8 deletions
|
@ -158,8 +158,10 @@ vmCvar_t cg_drawTeamOverlay;
|
|||
vmCvar_t cg_teamOverlayUserinfo;
|
||||
vmCvar_t cg_drawFriend;
|
||||
vmCvar_t cg_teamChatsOnly;
|
||||
#ifdef MISSIONPACK
|
||||
vmCvar_t cg_noVoiceChats;
|
||||
vmCvar_t cg_noVoiceText;
|
||||
#endif
|
||||
vmCvar_t cg_hudFiles;
|
||||
vmCvar_t cg_scorePlum;
|
||||
vmCvar_t cg_smoothClients;
|
||||
|
@ -272,8 +274,10 @@ static cvarTable_t cvarTable[] = {
|
|||
{ &cg_stats, "cg_stats", "0", 0 },
|
||||
{ &cg_drawFriend, "cg_drawFriend", "1", CVAR_ARCHIVE },
|
||||
{ &cg_teamChatsOnly, "cg_teamChatsOnly", "0", CVAR_ARCHIVE },
|
||||
#ifdef MISSIONPACK
|
||||
{ &cg_noVoiceChats, "cg_noVoiceChats", "0", CVAR_ARCHIVE },
|
||||
{ &cg_noVoiceText, "cg_noVoiceText", "0", CVAR_ARCHIVE },
|
||||
#endif
|
||||
// the following variables are created in other parts of the system,
|
||||
// but we also reference them here
|
||||
{ &cg_buildScript, "com_buildScript", "0", 0 }, // force loading of all possible data amd error on failures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue