Mercurial > mm7
comparison UI/UIMainMenu.cpp @ 1404:7cc3b01a92ac
ClearTextureList
author | Ritor1 |
---|---|
date | Mon, 22 Jul 2013 14:49:12 +0600 |
parents | 8c2f689b5f0b |
children | c0b273d33338 |
comparison
equal
deleted
inserted
replaced
1403:d3c5f28a0ca5 | 1404:7cc3b01a92ac |
---|---|
350 pAudioPlayer->_4AA258(1); | 350 pAudioPlayer->_4AA258(1); |
351 pAllocator->FreeChunk(ptr); | 351 pAllocator->FreeChunk(ptr); |
352 pAllocator->FreeChunk(pFontQuick); | 352 pAllocator->FreeChunk(pFontQuick); |
353 pAllocator->FreeChunk(pFontCChar); | 353 pAllocator->FreeChunk(pFontCChar); |
354 pWindow_MainMenu->Release(); | 354 pWindow_MainMenu->Release(); |
355 pIcons_LOD->_4114F2(); | 355 pIcons_LOD->ClearTextureList(); |
356 pTexture.Release(); | 356 pTexture.Release(); |
357 pTexture2.Release(); | 357 pTexture2.Release(); |
358 return MENU_MAIN; // return MENU_Main | 358 return MENU_MAIN; // return MENU_Main |
359 } | 359 } |