1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix #7137: Water, gentle and transport rides can only have 1 vehicle... (#7159)

.../train
This commit is contained in:
jensj12
2018-02-10 20:22:28 +01:00
committed by Ted John
parent 204fdaa66a
commit 06e52f2d6f

View File

@@ -7068,6 +7068,7 @@ static sint32 ride_get_track_length(Ride * ride)
trackType = track_element_get_type(it.current.element);
result += TrackPieceLengths[trackType];
moveSlowIt = !moveSlowIt;
if (moveSlowIt)
{
track_circuit_iterator_next(&slowIt);