equal
deleted
inserted
replaced
130 |
130 |
131 dx += width; |
131 dx += width; |
132 } |
132 } |
133 |
133 |
134 if (highlight_w != 0) { |
134 if (highlight_w != 0) { |
135 DrawFrameRect(x - 1, y - 1, x - 1 + highlight_w, y + 12, 15, FR_BORDERONLY); |
135 DrawFrameRect(x - 1, y - 1, x - 1 + highlight_w, y + 12, COLOUR_WHITE, FR_BORDERONLY); |
136 } |
136 } |
137 } |
137 } |
138 |
138 |
139 void CcBuildRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2) |
139 void CcBuildRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2) |
140 { |
140 { |