(svn r11997) -Fix(FS#1712, r11985): Remove the code temporary, until a better scheme is implemented.
authorbelugas
Mon, 28 Jan 2008 03:33:41 +0000
changeset 8427 792ea80ce61e
parent 8426 dcc4a852de3c
child 8428 fb88a9033b48
(svn r11997) -Fix(FS#1712, r11985): Remove the code temporary, until a better scheme is implemented.
src/newgrf_industries.cpp
--- a/src/newgrf_industries.cpp	Sun Jan 27 20:20:53 2008 +0000
+++ b/src/newgrf_industries.cpp	Mon Jan 28 03:33:41 2008 +0000
@@ -466,8 +466,8 @@
 		/* Square of Euclidian distance from town */
 		case 0x8D: return min(DistanceSquare(industry->town->xy, tile), 65535);
 
-		/* 32 random bits */
-		case 0x8F: return Random();
+		/* 32 random bits TODO! Wait for a better scheme that will not cause problems, MP desyncs and asserts */
+		// case 0x8F: return Random();
 	}
 
 	/* None of the special ones, so try the general ones */