mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Add remark about track designs with 5 stations (#11051)
This commit is contained in:
committed by
GitHub
parent
fc3a066399
commit
9dfe5af851
@@ -717,6 +717,7 @@ bool track_add_station_element(CoordsXYZD loc, ride_id_t rideIndex, int32_t flag
|
||||
|
||||
// When attempting to place a track design, it sometimes happens that the front and back of station 0 are built,
|
||||
// but the middle is not. Allow this, so the track place function can actually finish building all 4 stations.
|
||||
// This _might_ cause issues if the track designs is bugged and actually has 5.
|
||||
if (stationBackLoc == stationFrontLoc && ride->num_stations >= MAX_STATIONS && !fromTrackDesign)
|
||||
{
|
||||
gGameCommandErrorText = STR_NO_MORE_STATIONS_ALLOWED_ON_THIS_RIDE;
|
||||
|
||||
Reference in New Issue
Block a user