Fixed incorrect texture in case of lcoked karts.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7405 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-01-14 02:18:59 +00:00
parent f629413846
commit 68bd15050b

View File

@ -1653,8 +1653,10 @@ void KartSelectionScreen::setKartsFromCurrentGroup()
if (unlock_manager->isLocked(prop->getIdent())) if (unlock_manager->isLocked(prop->getIdent()))
{ {
w->addItem( _("Locked : solve active challenges to gain access to more!"), w->addItem(
"locked", icon_path, LOCKED_BADGE); _("Locked : solve active challenges to gain access to more!"),
"locked", icon_path, LOCKED_BADGE,
IconButtonWidget::ICON_PATH_TYPE_ABSOLUTE);
} }
else else
{ {