From 31eb9fd1714568ff74c60a3a9df6e89e53d53d50 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 15 Feb 2021 19:28:17 +0000 Subject: Increase length of Brush47 It's supposed to cover half the gap between wagons too --- game/vehicles/railloco.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game/vehicles') diff --git a/game/vehicles/railloco.cpp b/game/vehicles/railloco.cpp index d61b882..84a4aee 100644 --- a/game/vehicles/railloco.cpp +++ b/game/vehicles/railloco.cpp @@ -70,13 +70,13 @@ void RailWagon::tick(TickDuration) { } Brush47::Brush47(const LinkPtr & l) : RailLoco(l, "brush47.obj", "brush47.png") { wheelBase = 15.7F; - length = 19.38F; + length = 20.F; linkDist = wheelBase; } Brush47Wagon::Brush47Wagon(const LinkPtr & l) : RailWagon(l, "brush47.obj", "brush47.png") { wheelBase = 15.7F; - length = 19.38F; + length = 20.F; linkDist = wheelBase; } -- cgit v1.2.3