Initialse foundTrack

This commit is contained in:
Michael Steenbeek 2017-10-18 13:24:58 +02:00
parent 1b78f87177
commit e4132c9030
1 changed files with 1 additions and 1 deletions

View File

@ -7051,7 +7051,7 @@ static sint32 ride_get_track_length(Ride * ride)
rct_map_element * mapElement;
track_circuit_iterator it;
sint32 x, y, z, trackType, rideIndex, result;
bool foundTrack;
bool foundTrack = false;
for (sint32 i = 0; i < MAX_STATIONS && !foundTrack; i++)
{