From 6064ef577af5ce2c5113f2de5ff0655c288aa026 Mon Sep 17 00:00:00 2001 From: TrevorShelton <54145769+TrevorShelton@users.noreply.github.com> Date: Tue, 21 May 2024 17:00:23 -0700 Subject: [PATCH] Undoing Overtake Ticks Change --- src/roadveh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roadveh.h b/src/roadveh.h index e6bb13f54f..79ff9dbe0c 100644 --- a/src/roadveh.h +++ b/src/roadveh.h @@ -77,7 +77,7 @@ static const uint RVC_DRIVE_THROUGH_STOP_FRAME = 11; static const uint RVC_DEPOT_STOP_FRAME = 11; /** The number of ticks a vehicle has for overtaking. */ -static const byte RV_OVERTAKE_TIMEOUT = 25; +static const byte RV_OVERTAKE_TIMEOUT = 35; void RoadVehUpdateCache(RoadVehicle *v, bool same_length = false); void GetRoadVehSpriteSize(EngineID engine, uint &width, uint &height, int &xoffs, int &yoffs, EngineImageType image_type);