mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Fix typo affecting Appveyor build.
This commit is contained in:
@@ -8993,7 +8993,7 @@ static int guest_path_finding(rct_peep* peep)
|
||||
uint8 closestStationNum;
|
||||
|
||||
int numEntranceStations = 0;
|
||||
uint entranceStations = 0;
|
||||
uint8 entranceStations = 0;
|
||||
|
||||
for (uint8 stationNum = 0; stationNum < 4; ++stationNum){
|
||||
if (ride->entrances[stationNum] == 0xFFFF) // stationNum has no entrance (so presumably an exit only station).
|
||||
|
||||
Reference in New Issue
Block a user