From 3e326085fa69da20e0a81182cbea4466016eb566 Mon Sep 17 00:00:00 2001 From: maedhros Date: Mon, 11 Jun 2007 14:00:16 +0000 Subject: (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for road vehicles for those who prefer the technical explanation. --- src/newgrf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newgrf.cpp') 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 } -- cgit v1.2.3-54-g00ecf