From 5c7cf7d0e53b958368dd5a2a874e916d8d79cd9b Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 26 Apr 2006 01:33:46 +0000 Subject: [PATCH] (svn r4576) Fix : Temperate bank will no longer appear (during game) in tropic landscape. This bug is from the original game. --- industry_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industry_cmd.c b/industry_cmd.c index 10a69fc27b..ccd18ade56 100644 --- a/industry_cmd.c +++ b/industry_cmd.c @@ -1745,7 +1745,7 @@ static void UpdateIndustryStatistics(Industry *i) static const byte _new_industry_rand[4][32] = { {12,12,12,12,12,12,12, 0, 0, 6, 6, 9, 9, 3, 3, 3,18,18, 4, 4, 2, 2, 5, 5, 5, 5, 5, 5, 1, 1, 8, 8}, {16,16,16, 0, 0, 0, 9, 9, 9, 9,13,13, 3, 3, 3, 3,15,15,15, 4, 4,11,11,11,11,11,14,14, 1, 1, 7, 7}, - {21,21,21,24,22,22,22,22,23,23,12,12,12, 4, 4,19,19,19,13,13,20,20,20,11,11,11,17,17,17,10,10,10}, + {21,21,21,24,22,22,22,22,23,23,16,16,16, 4, 4,19,19,19,13,13,20,20,20,11,11,11,17,17,17,10,10,10}, {30,30,30,36,36,31,31,31,27,27,27,28,28,28,26,26,26,34,34,34,35,35,35,29,29,29,32,32,32,33,33,33}, };