1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Move station fields into new station struct

This commit is contained in:
Ted John
2019-01-01 01:14:19 +00:00
parent 8e6497fc1d
commit 37f76d1687
23 changed files with 304 additions and 296 deletions

View File

@@ -1108,7 +1108,7 @@ static bool track_design_save_to_td6_for_tracked_ride(uint8_t rideIndex, rct_tra
{
for (int32_t station_index = 0; station_index < RCT12_MAX_STATIONS_PER_RIDE; station_index++)
{
z = ride->station_heights[station_index];
z = ride->stations[station_index].Height;
TileCoordsXYZD location;
if (i == 0)