490
490
const Image* icon = type_ == Widelands::wwWARE ? tribe_.get_ware_descr(id)->icon() :
492
492
background_texture_->blit(
493
493
Rectf(p.x + (w - kWareMenuPicWidth) / 2.f, p.y + 1, icon->width(), icon->height()),
494
494
*icon, Rectf(0, 0, icon->width(), icon->height()), 1.f, BlendMode::Default);