(svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries.

This commit is contained in:
rubidium
2007-10-08 19:56:21 +00:00
parent 2313b7a144
commit 91ac131014
5 changed files with 88 additions and 35 deletions

View File

@@ -78,7 +78,7 @@ uint32 InteractiveRandom(); // Used for random sequences that are not the same o
uint InteractiveRandomRange(uint max);
/* texteff.cpp */
bool AddAnimatedTile(TileIndex tile);
void AddAnimatedTile(TileIndex tile);
void DeleteAnimatedTile(TileIndex tile);
void AnimateAnimatedTiles();
void InitializeAnimatedTiles();