sideboarding bug fix

This commit is contained in:
Max-Wilhelm Bruker 2011-01-21 19:20:47 +01:00
parent 6cebad2513
commit f6849ff02b
3 changed files with 7 additions and 7 deletions

View file

@ -584,10 +584,8 @@ QStringList CardDatabase::getAllMainCardTypes() const
void CardDatabase::cacheCardPixmaps(const QStringList &cardNames)
{
qDebug("pixmapCache started");
for (int i = 0; i < cardNames.size(); ++i)
getCard(cardNames[i])->loadPixmap();
qDebug("pixmapCache finished");
}
void CardDatabase::loadImage(CardInfo *card)