Changeset - r7249:faff81d8d86f
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-07-13 15:12:36
rubidium@openttd.org
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -898,7 +898,7 @@ uint GetBridgeFoundation(Slope tileh, Ax
 
static void DrawBridgeTramBits(int x, int y, byte z, int offset, bool overlay)
 
{
 
	static const SpriteID tram_offsets[2][6] = { { 107, 108, 109, 110, 111, 112 }, { 4, 5, 15, 16, 17, 18 } };
 
	static const SpriteID back_offsets[6]    =   {  95,  95,  99, 102, 100, 101 };
 
	static const SpriteID back_offsets[6]    =   {  95,  96,  99, 102, 100, 101 };
 
	static const SpriteID front_offsets[6]   =   {  97,  98, 103, 106, 104, 105 };
 

	
 
	static const uint size_x[6] = { 11, 16, 16, 16, 16, 16 };
0 comments (0 inline, 0 general)