diff options
author | belugas <belugas@openttd.org> | 2006-04-26 01:33:46 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-04-26 01:33:46 +0000 |
commit | 5c7cf7d0e53b958368dd5a2a874e916d8d79cd9b (patch) | |
tree | 3d8ad57747b6f3fe68aef009d50d5908394154eb /industry_cmd.c | |
parent | e1f46057fac56d5d07d8a8a83365d6873b4ee158 (diff) | |
download | openttd-5c7cf7d0e53b958368dd5a2a874e916d8d79cd9b.tar.xz |
(svn r4576) Fix : Temperate bank will no longer appear (during game) in tropic landscape.
This bug is from the original game.
Diffstat (limited to 'industry_cmd.c')
-rw-r--r-- | industry_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/industry_cmd.c b/industry_cmd.c index 10a69fc27..ccd18ade5 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}, }; |