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

Fix errors and apply requests

This commit is contained in:
Michael Steenbeek
2020-03-07 23:20:21 +01:00
committed by Gymnasiast
parent 02c135e4fa
commit ba49850195
8 changed files with 7 additions and 9 deletions

View File

@@ -619,7 +619,7 @@ static TileElement* find_station_element(const CoordsXYZD& loc, ride_id_t rideIn
return nullptr;
}
static void ride_remove_station(Ride* ride, CoordsXYZ location)
static void ride_remove_station(Ride* ride, const CoordsXYZ& location)
{
for (int32_t i = 0; i < MAX_STATIONS; i++)
{