about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/server/gs_game_ctf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/gs_game_ctf.cpp b/src/game/server/gs_game_ctf.cpp
index 3f01702f..90e0393a 100644
--- a/src/game/server/gs_game_ctf.cpp
+++ b/src/game/server/gs_game_ctf.cpp
@@ -81,7 +81,7 @@ void gameobject_ctf::tick()
 			
 			if(flags[fi^1]->at_stand)
 			{
-				if(distance(f->pos, flags[fi^1]->pos) < 24)
+				if(distance(f->pos, flags[fi^1]->pos) < 32)
 				{
 					// CAPTURE! \o/
 					teamscore[fi^1] += 100;