From 201f3fb11d6c493fa6cb74bde81022644ae35cc6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 25 Nov 2018 23:48:04 +0100 Subject: [PATCH] racing:: smaller spread of racer generation --- racing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racing.cpp b/racing.cpp index c0777967..ada103a5 100644 --- a/racing.cpp +++ b/racing.cpp @@ -412,7 +412,7 @@ void generate_track() { for(int i=0; iat = straight * parabolic1(start_line_width * (rand() % 20000 - 10000) / 20000) * spin(rand() % 360); + who->at = straight * parabolic1(start_line_width * (rand() % 20000 - 10000) / 40000) * spin(rand() % 360); who->base = s; virtualRebase(who, true); }