(svn r11997) -Fix(FS#1712, r11985): Remove the code temporary, until a better scheme is implemented.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 17 years ago
parent c8ba8d930b
commit 0253b1d02a

@ -466,8 +466,8 @@ uint32 IndustryLocationGetVariable(const ResolverObject *object, byte variable,
/* 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 */

Loading…
Cancel
Save