mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :)
This commit is contained in:
parent
aa36c607b4
commit
715c5566a3
@ -1187,7 +1187,7 @@ Money GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, C
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* zero the distance (thus income) if it's the bank and very short transport. */
|
/* zero the distance (thus income) if it's the bank and very short transport. */
|
||||||
if (_opt.landscape == LT_NORMAL && cs->label == 'VALU' && dist < 10) return 0;
|
if (_opt.landscape == LT_TEMPERATE && cs->label == 'VALU' && dist < 10) return 0;
|
||||||
|
|
||||||
|
|
||||||
static const int MIN_TIME_FACTOR = 31;
|
static const int MIN_TIME_FACTOR = 31;
|
||||||
|
Loading…
Reference in New Issue
Block a user