-some fixes for HQ cards support
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-23 03:35:43 +00:00
parent feab777815
commit d22b7b5e37
5 changed files with 15 additions and 6 deletions

View File

@@ -54,6 +54,10 @@ void CardGui::Render()
bool alternate = true;
JQuad * quad = resources.RetrieveCard(card,CACHE_THUMB);
#if defined (WIN32) || defined (LINUX)
//On pcs we render the big image if the thumbnail is not available
if (!quad) quad = resources.RetrieveCard(card);
#endif
if (quad) alternate = false;
else quad = alternateThumbQuad(card);