summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-06-11 14:00:16 +0000
committermaedhros <maedhros@openttd.org>2007-06-11 14:00:16 +0000
commitc186f91cbd68a08494b8e2ab1dda4eccb4175982 (patch)
tree890b370c5bc0ffbb3bd5a9eb55a4b0a3117acd29 /src/newgrf.cpp
parent4cd71ef4fe098486744d13643ea7cf77d938e5c8 (diff)
downloadopenttd-c186f91cbd68a08494b8e2ab1dda4eccb4175982.tar.xz
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index d5970db2c..6241d679d 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -4268,8 +4268,8 @@ static void InitializeGRFSpecial()
| (0 << 0x13) // followvehicle
| (1 << 0x14) // trams
| (0 << 0x15) // enhancetunnels
- | (0 << 0x16) // shortrvs
- | (0 << 0x17) // articulatedrvs
+ | (1 << 0x16) // shortrvs
+ | (1 << 0x17) // articulatedrvs
| (1 << 0x1E); // variablerunningcosts
}