summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-08-23 01:23:33 +0000
committerTim Angus <tim@ngus.net>2001-08-23 01:23:33 +0000
commit6bf5be4624e6b103056eb8f1c964f5984eeb0ac8 (patch)
tree6f9b53bdec2eafe1348ec788dfba1171da14be65 /src/game/g_main.c
parenta384244670287eff2a448d3e3a4ba5673dfdd66c (diff)
Silly little fixes
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index f1877acf..e89139ae 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -158,8 +158,8 @@ static cvarTable_t gameCvarTable[] = {
{ &pmove_fixed, "pmove_fixed", "0", CVAR_SYSTEMINFO, 0, qfalse},
{ &pmove_msec, "pmove_msec", "8", CVAR_SYSTEMINFO, 0, qfalse},
- { &g_humanBuildPoints, "g_humanBuildPoints", "1000", 0, 0, qtrue },
- { &g_droidBuildPoints, "g_droidBuildPoints", "1000", 0, 0, qtrue },
+ { &g_humanBuildPoints, "g_humanBuildPoints", "1000", 0, 0, qfalse },
+ { &g_droidBuildPoints, "g_droidBuildPoints", "1000", 0, 0, qfalse },
{ &g_rankings, "g_rankings", "0", 0, 0, qfalse}
};