File diff r3048:989575a76150 → r3049:fe328ef6dad7
ship_gui.c
Show inline comments
 
@@ -65,9 +65,7 @@ void DrawShipPurchaseInfo(int x, int y, 
 

	
 
static void DrawShipImage(const Vehicle *v, int x, int y, VehicleID selection)
 
{
 
	int image = GetShipImage(v, 6);
 
	uint32 ormod = GetVehiclePalette(v);
 
	DrawSprite(image | ormod, x + 32, y + 10);
 
	DrawSprite(GetShipImage(v, 6) | GetVehiclePalette(v), x + 32, y + 10);
 

	
 
	if (v->index == selection) {
 
		DrawFrameRect(x - 5, y - 1, x + 67, y + 21, 15, FR_BORDERONLY);