summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
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/newgrf.cpp
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/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index fb24a9637..5c8ce421c 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -4705,7 +4705,7 @@ static void InitializeGRFSpecial()
| (1 << 0x19) // newhouses
| (1 << 0x1A) // newbridges
| (1 << 0x1B) // newtownnames
- | (0 << 0x1C) // moreanimations
+ | (1 << 0x1C) // moreanimation
| ((_patches.wagon_speed_limits ? 1 : 0) << 0x1D) // wagonspeedlimits
| (1 << 0x1E) // newshistory
| (0 << 0x1F); // custombridgeheads