diff options
author | frosch <frosch@openttd.org> | 2011-05-08 15:58:59 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-05-08 15:58:59 +0000 |
commit | 76c7cbff70e2cd4ea86a58f3efe2eed1839e5986 (patch) | |
tree | 96f7daf731da1dbbae4d6798f86a0dc2c59ba231 /src/table | |
parent | 28067c21d5cc155f72c85374f8463bf8ceb1f0a0 (diff) | |
download | openttd-76c7cbff70e2cd4ea86a58f3efe2eed1839e5986.tar.xz |
(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/railtypes.h | 20 |
1 files changed, 4 insertions, 16 deletions
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) */ |