summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 9316f06..17798fb 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1016,6 +1016,8 @@ void G_InitGame( int levelTime, int randomSeed, int restart )
}
level.antistackNextCheck = g_antistackTimeThreshold.integer * 1000;
+ level.alienHandicap = 1.0f;
+ level.humanHandicap = 1.0f;
}
/*