From e6c864f26e07b41dace549ab85e2983cb3a6b02a Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 25 Jul 2007 19:36:51 +0000 Subject: (svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :) --- src/economy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/economy.cpp b/src/economy.cpp index b82496791..5cf7298b6 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -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. */ - 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; -- cgit v1.2.3-70-g09d2