mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 17:41:11 +00:00
IOQ3 commit 2342
This commit is contained in:
parent
1038ffe69a
commit
da8b7ebb9e
1 changed files with 0 additions and 1 deletions
|
@ -616,7 +616,6 @@ static cvarTable_t gameCvarTable[] = {
|
|||
{NULL, "gamename", GAMEVERSION, CVAR_SERVERINFO | CVAR_ROM, 0, qfalse},
|
||||
{NULL, "gamedate", __DATE__, CVAR_ROM, 0, qfalse},
|
||||
{&g_restarted, "g_restarted", "0", CVAR_ROM, 0, qfalse},
|
||||
{NULL, "sv_mapname", "", CVAR_SERVERINFO | CVAR_ROM, 0, qfalse},
|
||||
|
||||
// latched vars
|
||||
{&g_gametype, "g_gametype", "0", CVAR_SERVERINFO | CVAR_USERINFO | CVAR_LATCH, 0, qfalse},
|
||||
|
|
Loading…
Reference in a new issue