mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
Add remark about track designs with 5 stations (#11051)
This commit is contained in:
parent
fc3a066399
commit
9dfe5af851
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue