mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Fix indentation (again)
This commit is contained in:
committed by
Michał Janiszewski
parent
80f83f9aec
commit
a34c3b8e19
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user