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
commitcb6cdf7978501a894d0322b4371fa449320ceb28 (patch)
tree295671fd71cd266fc143493e768dba2346f91326 /src/functions.h
parentbbbfcb43608afb46a65b987d073102f80ef881d1 (diff)
downloadopenttd-cb6cdf7978501a894d0322b4371fa449320ceb28.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();