Remove needless null check

This commit is contained in:
rwjuk 2017-07-06 23:35:00 +01:00
parent f28db5731f
commit d364b2824f
1 changed files with 0 additions and 1 deletions

View File

@ -8683,7 +8683,6 @@ void fix_invalid_vehicle_sprite_sizes()
rct_ride_entry_vehicle *vehicleEntry = vehicle_get_vehicle_entry(vehicle);
if (vehicle == NULL ||
vehicle == (rct_vehicle*)-1 ||
vehicleEntry == NULL ||
vehicleEntry == (rct_ride_entry_vehicle*)-1)
{