From 7711ab811e117727c5a3fcd41fd310be15c65d44 Mon Sep 17 00:00:00 2001 From: zaxcav Date: Thu, 18 Aug 2016 15:44:03 +0200 Subject: [PATCH] Fix typo affecting Appveyor build. --- src/peep/peep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peep/peep.c b/src/peep/peep.c index b7f91736a6..1cfd685782 100644 --- a/src/peep/peep.c +++ b/src/peep/peep.c @@ -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).