Changeset - r7329:7684d535490b
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-07-25 19:36:51
rubidium@openttd.org
(svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/economy.cpp
Show inline comments
 
@@ -1187,7 +1187,7 @@ Money GetTransportedGoodsIncome(uint num
 
	}
 

	
 
	/* 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;
0 comments (0 inline, 0 general)