summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-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}
};