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; // ----------------------------------------------------------------------------