summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-10-08 19:56:21 +0000
committerrubidium <rubidium@openttd.org>2007-10-08 19:56:21 +0000
commit91ac1310140ff093a7d7e310c8ce75baf71df35d (patch)
tree295671fd71cd266fc143493e768dba2346f91326 /src/functions.h
parent2313b7a144e124734b1c474d00a1e6af585ad64f (diff)
downloadopenttd-91ac1310140ff093a7d7e310c8ce75baf71df35d.tar.xz
(svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries.
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functions.h b/src/functions.h
index 8ab4af5a1..f6df7a988 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -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();