(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.
This commit is contained in:
rubidium
2007-11-11 18:22:06 +00:00
parent 9758a76512
commit 21c02fee87
3 changed files with 7 additions and 4 deletions

View File

@@ -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();
}
/**