From fe98b3ca689d35e2f7cbd57ecf832cf3002b6706 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew" Date: Wed, 13 Jul 2011 12:58:21 +0000 Subject: [PATCH] Removing the feature that loads the "big" card instead of the thumbnail when the thumbnail does not exist. Too many people using incorrect HQ packages are complaining about performance issues, so this will make the problem go away, and force people creating those packages to make them correctly --- projects/mtg/src/CardGui.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/mtg/src/CardGui.cpp b/projects/mtg/src/CardGui.cpp index 26a85e8bf..e67c3d241 100644 --- a/projects/mtg/src/CardGui.cpp +++ b/projects/mtg/src/CardGui.cpp @@ -154,11 +154,6 @@ void CardGui::Render() bool alternate = true; JQuadPtr quad = WResourceManager::Instance()->RetrieveCard(card, CACHE_THUMB); -#if defined (WIN32) || defined (LINUX) - //On pcs we render the big image if the thumbnail is not available - if (!quad.get()) - quad = WResourceManager::Instance()->RetrieveCard(card); -#endif if (quad.get()) alternate = false; else