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:
committed by
Gymnasiast
parent
02c135e4fa
commit
ba49850195
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user