diff options
author | rubidium <rubidium@openttd.org> | 2007-07-11 08:35:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-07-11 08:35:14 +0000 |
commit | 8d4b7ac33b3447896b0d4e5f0bbb2548b445a2f1 (patch) | |
tree | 90ad0cdb4461ff84b940638168f3ced39a590c3e /src | |
parent | e497167dfd6121c71b699a9d73cb9a94796255f5 (diff) | |
download | openttd-8d4b7ac33b3447896b0d4e5f0bbb2548b445a2f1.tar.xz |
(svn r10507) -Fix [FS#1019]: apparantly we used the wrong sprites for some pieces of the tram catenary (even though TTDP did so too).
Diffstat (limited to 'src')
-rw-r--r-- | src/table/road_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/road_land.h b/src/table/road_land.h index bf3f61693..03259191c 100644 --- a/src/table/road_land.h +++ b/src/table/road_land.h @@ -72,7 +72,7 @@ static const SpriteID _road_tile_sprites_1[16] = { }; static const SpriteID _road_frontwire_sprites_1[16] = { - 0, 0x37, 0x37, 0x3F, 0x37, 0x37, 0x43, 0x37, 0x37, 0x3F, 0x37, 0x37, 0x3F, 0x37, 0x37, 0x37 + 0, 0x54, 0x55, 0x5B, 0x54, 0x54, 0x5E, 0x5A, 0x55, 0x5C, 0x55, 0x58, 0x5D, 0x57, 0x59, 0x56 }; static const SpriteID _road_backpole_sprites_1[16] = { |