File diff r19845:1a7e8f4e03df → r19846:75a27628493b
src/build_vehicle_gui.cpp
Show inline comments
 
@@ -890,7 +890,7 @@ void DrawEngineList(VehicleType type, in
 
	int count_width = 0;
 
	if (show_count) {
 
		replace_icon = GetSpriteSize(SPR_GROUP_REPLACE_ACTIVE);
 
		SetDParam(0, 999);
 
		SetDParamMaxDigits(0, 3);
 
		count_width = GetStringBoundingBox(STR_TINY_BLACK_COMA).width;
 
	}