(svn r10507) -Fix [FS#1019]: apparantly we used the wrong sprites for some pieces of the tram catenary (even though TTDP did so too).
authorrubidium
Wed, 11 Jul 2007 08:35:14 +0000
changeset 7724 879d459ecb0c
parent 7723 e6785e8fec08
child 7725 e3892b38aa14
(svn r10507) -Fix [FS#1019]: apparantly we used the wrong sprites for some pieces of the tram catenary (even though TTDP did so too).
src/table/road_land.h
--- a/src/table/road_land.h	Wed Jul 11 08:20:57 2007 +0000
+++ b/src/table/road_land.h	Wed Jul 11 08:35:14 2007 +0000
@@ -72,7 +72,7 @@
 };
 
 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] = {