src/roadveh_gui.cpp
changeset 9770 8c260fb382f8
parent 9648 c79160082c0f
child 9943 ccea23aec951
equal deleted inserted replaced
9769:4735b0ade87d 9770:8c260fb382f8
   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 {