From 21c02fee879d8eb00255f0ebe3517bb9c90f39f5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 11 Nov 2007 18:22:06 +0000 Subject: (svn r11412) -Fix (r11403): animation was not turned on properly. -Fix (r11410): wrong assumption about random reseeds made the whole thing reseed way too often, making the animation look very ugly. --- src/industry_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/industry_map.h') diff --git a/src/industry_map.h b/src/industry_map.h index 3bfd45895..ea4579964 100644 --- a/src/industry_map.h +++ b/src/industry_map.h @@ -169,6 +169,7 @@ static inline void MakeIndustry(TileIndex t, IndustryID index, IndustryGfx gfx) _m[t].m3 = 0; _m[t].m4 = 0; SetIndustryGfx(t, gfx); + _me[t].m7 = Random(); } /** -- cgit v1.2.3-54-g00ecf