1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Use station index in a few more places (#11066)

This commit is contained in:
Michael Steenbeek
2020-03-27 11:13:02 +01:00
committed by GitHub
parent 8546a227c6
commit b70c5cefd6
6 changed files with 10 additions and 10 deletions

View File

@@ -3770,7 +3770,7 @@ static StationIndex ride_mode_check_valid_station_numbers(Ride* ride)
/**
* returns stationIndex of first station on success
* -1 on failure.
* STATION_INDEX_NULL on failure.
*/
static StationIndex ride_mode_check_station_present(Ride* ride)
{