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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 63b8930d..0b1c639c 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -2552,6 +2552,7 @@ void G_RunFrame( int levelTime )
G_SpawnClients( TEAM_ALIENS );
G_SpawnClients( TEAM_HUMANS );
G_CalculateAvgPlayers( );
+ G_UpdateZaps( msec );
// see if it is time to end the level
CheckExitRules( );