diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index 2bd4122..83ca299 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -2782,8 +2782,8 @@ static void CheckAntistack(void) G_LogPrintf("Antistack test message: Teams are no longer uneven."); } - level.alienHandicap = 0.0f; - level.humanHandicap = 0.0f; + level.alienHandicap = 1.0f; + level.humanHandicap = 1.0f; goto out; } |