diff mm7_2.cpp @ 1405:c0b273d33338

RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
author Ritor1
date Mon, 22 Jul 2013 15:23:43 +0600
parents 7cc3b01a92ac
children 204cce84300b 468f434a8d8a
line wrap: on
line diff
--- a/mm7_2.cpp	Mon Jul 22 14:49:12 2013 +0600
+++ b/mm7_2.cpp	Mon Jul 22 15:23:43 2013 +0600
@@ -3475,7 +3475,7 @@
       {
         if (GetCurrentMenuID() == MENU_LoadingProcInMainMenu)
         {
-          pIcons_LOD->ClearTextureList();
+          pIcons_LOD->RemoveTexturesPackFromTextureList();
           pGUIWindow_CurrentMenu->Release();
           pGUIWindow_CurrentMenu = 0;
           pCurrentScreen = SCREEN_GAME;
@@ -3534,7 +3534,7 @@
     pGUIWindow2 = 0;
   }
   pWindow_MainMenu->Release();
-  pIcons_LOD->ClearTextureList();
+  pIcons_LOD->RemoveTexturesPackFromTextureList();
 }
 
 //----- (004637EB) --------------------------------------------------------