From 76c7cbff70e2cd4ea86a58f3efe2eed1839e5986 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 8 May 2011 15:58:59 +0000 Subject: (svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1. --- src/table/railtypes.h | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'src/table') diff --git a/src/table/railtypes.h b/src/table/railtypes.h index e8a1d51e5..191714028 100644 --- a/src/table/railtypes.h +++ b/src/table/railtypes.h @@ -65,13 +65,10 @@ static const RailtypeInfo _original_railtypes[] = { /* Compatible railtypes */ RAILTYPES_RAIL | RAILTYPES_ELECTRIC, - /* main offset */ - 0, - /* bridge offset */ 0, - /* custom ground offset */ + /* fallback_railtype */ 0, /* curve speed advantage (multiplier) */ @@ -160,13 +157,10 @@ static const RailtypeInfo _original_railtypes[] = { /* Compatible railtypes */ RAILTYPES_ELECTRIC | RAILTYPES_RAIL, - /* main offset */ - 0, - /* bridge offset */ 0, - /* custom ground offset */ + /* fallback_railtype */ 0, /* curve speed advantage (multiplier) */ @@ -251,13 +245,10 @@ static const RailtypeInfo _original_railtypes[] = { /* Compatible Railtypes */ RAILTYPES_MONO, - /* main offset */ - 82, - /* bridge offset */ 16, - /* custom ground offset */ + /* fallback_railtype */ 1, /* curve speed advantage (multiplier) */ @@ -342,13 +333,10 @@ static const RailtypeInfo _original_railtypes[] = { /* Compatible Railtypes */ RAILTYPES_MAGLEV, - /* main offset */ - 164, - /* bridge offset */ 24, - /* custom ground offset */ + /* fallback_railtype */ 2, /* curve speed advantage (multiplier) */ -- cgit v1.2.3-54-g00ecf