Jeck - Uncommenting the last resort code from r1192 (removes any misses for shop background when entering shop).

This commit is contained in:
wagic.jeck
2009-10-27 03:09:02 +00:00
parent fb7f48f26b
commit f7d25cfe2e

View File

@@ -41,7 +41,7 @@ void GameStateShop::Start()
altThumb[7] = resources.RetrieveTexture("gold_thumb.jpg", RETRIEVE_LOCK);
mBack = resources.GetQuad("back");
//resources.Unmiss("shop.jpg"); //Last resort.
resources.Unmiss("shop.jpg"); //Last resort.
mBgTex = resources.RetrieveTexture("shop.jpg",RETRIEVE_LOCK);
if(mBgTex)
mBg = resources.RetrieveQuad("shop.jpg");