diff options
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r-- | src/newgrf.cpp | 4 |
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 } |