diff UI/UIBooks.cpp @ 1405:c0b273d33338

RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
author Ritor1
date Mon, 22 Jul 2013 15:23:43 +0600
parents 7cc3b01a92ac
children 6b1c8c41c83f
line wrap: on
line diff
--- a/UI/UIBooks.cpp	Mon Jul 22 14:49:12 2013 +0600
+++ b/UI/UIBooks.cpp	Mon Jul 22 15:23:43 2013 +0600
@@ -142,7 +142,7 @@
     pTextures_tabs[i][1]->Release();
   }
   pAudioPlayer->PlaySound(SOUND_CloseBook, 0, 0, -1, 0, 0, 0, 0);
-  pIcons_LOD->ClearTextureList();
+  pIcons_LOD->RemoveTexturesPackFromTextureList();
 }