Fix indentation (again)

This commit is contained in:
X7123M3-256 2016-04-13 14:36:17 +01:00 committed by Michał Janiszewski
parent 80f83f9aec
commit a34c3b8e19
1 changed files with 1 additions and 1 deletions

View File

@ -2979,7 +2979,7 @@ vehicle_colour ride_get_vehicle_colour(rct_ride *ride, int vehicleIndex)
vehicle_colour result;
//Prevent indexing array out of bounds
if(vehicleIndex > 31) {
if (vehicleIndex > 31) {
vehicleIndex=31;
}