From e6dadeb980cebc44c94024892242ebe7a3f9c3e1 Mon Sep 17 00:00:00 2001 From: Benau Date: Sat, 17 Nov 2018 12:43:03 +0800 Subject: [PATCH] Use a larger radius for CTF --- src/modes/capture_the_flag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modes/capture_the_flag.cpp b/src/modes/capture_the_flag.cpp index 7a3b653b0..1c5169733 100644 --- a/src/modes/capture_the_flag.cpp +++ b/src/modes/capture_the_flag.cpp @@ -35,7 +35,7 @@ #include const Vec3 g_kart_flag_offset(0.0, 0.2f, -0.5f); -const float g_capture_length = 2.0f; +const float g_capture_length = 3.0f; const int g_captured_score = 10; // ----------------------------------------------------------------------------