about summary refs log tree commit diff
path: root/src/game/server/srv_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/srv_common.cpp')
-rw-r--r--src/game/server/srv_common.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/srv_common.cpp b/src/game/server/srv_common.cpp
index f76e1e51..1c338897 100644
--- a/src/game/server/srv_common.cpp
+++ b/src/game/server/srv_common.cpp
@@ -30,6 +30,8 @@ gameobject::gameobject()
 	round_start_tick = server_tick();
 	round_count = 0;
 	is_teamplay = false;
+	teamscore[0] = 0;
+	teamscore[1] = 0;	
 }
 
 void gameobject::endround()