(svn r4576) Fix : Temperate bank will no longer appear (during game) in tropic landscape.
authorbelugas
Wed, 26 Apr 2006 01:33:46 +0000
changeset 3661 aeecf3c76f2f
parent 3660 2b17a580f058
child 3662 e9e1533c758b
(svn r4576) Fix : Temperate bank will no longer appear (during game) in tropic landscape.
This bug is from the original game.
industry_cmd.c
--- a/industry_cmd.c	Tue Apr 25 14:30:11 2006 +0000
+++ b/industry_cmd.c	Wed Apr 26 01:33:46 2006 +0000
@@ -1745,7 +1745,7 @@
 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},
 };