File diff r11421:d3a3c37cd033 → r11422:1daa77b60959
src/order_gui.cpp
Show inline comments
 
@@ -280,7 +280,7 @@ void DrawOrderString(const Vehicle *v, c
 
	}
 

	
 
	SetDParam(0, order_index + 1);
 
	DrawStringTruncated(2, y, str, selected ? TC_WHITE : TC_BLACK, width);
 
	DrawString(2, width + 2, y, str, selected ? TC_WHITE : TC_BLACK);
 
}