(svn r12068) -Fix(r12067): forgot a return

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 17 years ago
parent f29c748d4c
commit 5049ff8e8e

@ -1376,7 +1376,7 @@ static void *IntToReference(uint index, SLRefType rt)
index++;
if (index == INVALID_VEHICLE) return NULL;
if (_Vehicle_pool.AddBlockIfNeeded(index)) GetVehicle(index);
if (_Vehicle_pool.AddBlockIfNeeded(index)) return GetVehicle(index);
error("Vehicles: failed loading savegame: too many vehicles");
default: NOT_REACHED();

Loading…
Cancel
Save