From a67738e9801a4485cfaf68012279cd5042dc2ab9 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 3 Oct 2007 21:32:02 +0000 Subject: general fixes. fixed scoreboard --- src/game/server/srv_ctf.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/server/srv_ctf.cpp') diff --git a/src/game/server/srv_ctf.cpp b/src/game/server/srv_ctf.cpp index 7a13b877..1831db31 100644 --- a/src/game/server/srv_ctf.cpp +++ b/src/game/server/srv_ctf.cpp @@ -59,6 +59,7 @@ void gameobject_ctf::tick() if(distance(f->pos, flags[fi^1]->pos) < 24) { // CAPTURE! \o/ + teamscore[fi^1]++; for(int i = 0; i < 2; i++) flags[i]->reset(); } -- cgit 1.4.1