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:
parent
f629413846
commit
68bd15050b
@ -1653,8 +1653,10 @@ void KartSelectionScreen::setKartsFromCurrentGroup()
|
||||
|
||||
if (unlock_manager->isLocked(prop->getIdent()))
|
||||
{
|
||||
w->addItem( _("Locked : solve active challenges to gain access to more!"),
|
||||
"locked", icon_path, LOCKED_BADGE);
|
||||
w->addItem(
|
||||
_("Locked : solve active challenges to gain access to more!"),
|
||||
"locked", icon_path, LOCKED_BADGE,
|
||||
IconButtonWidget::ICON_PATH_TYPE_ABSOLUTE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user