(svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :)
authorrubidium
Wed, 25 Jul 2007 19:36:51 +0000
changeset 7825 62397322bde2
parent 7824 b3984e6a6dd4
child 7826 443e2b662060
(svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :)
src/economy.cpp
--- a/src/economy.cpp	Wed Jul 25 19:26:33 2007 +0000
+++ b/src/economy.cpp	Wed Jul 25 19:36:51 2007 +0000
@@ -1187,7 +1187,7 @@
 	}
 
 	/* 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;