summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-04-18 15:53:35 -0500
committerJeff Kent <jeff@jkent.net>2015-06-08 17:01:01 -0500
commitadf3449e69926e23957cf5b786c4f049e6aa068d (patch)
tree948ec8e2f4c8e612e0adf75a6add6fcd67b1b89c /src/game
parent716b3ff876671b1711814cf99ae8e7264147c87a (diff)
merge some changes from the old "gpp" branch: edit version tags and the set the default fs_game to "gpp"
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index b749321f..2d3be8e1 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -271,7 +271,7 @@ static cvarTable_t gameCvarTable[ ] =
{ &g_censorship, "g_censorship", "", CVAR_ARCHIVE, 0, qfalse },
- { &g_tag, "g_tag", "main", CVAR_INIT, 0, qfalse }
+ { &g_tag, "g_tag", "gpp", CVAR_INIT, 0, qfalse }
};
static size_t gameCvarTableSize = ARRAY_LEN( gameCvarTable );