Remove assertion in TownGenerateCargo

It is not correct with the new town cargo generation algorithm
pull/82/head
Jonathan G Rennison 6 years ago
parent f8724beb29
commit 7395705775

@ -648,9 +648,6 @@ static void TownGenerateCargo (Town *t, CargoID ct, uint amount, StationFinder &
amount = amount << cf; amount = amount << cf;
} }
// with the adjustments above, this should never happen
assert(amount > 0);
// calculate for town stats // calculate for town stats
switch (ct) { switch (ct) {

Loading…
Cancel
Save