Mercurial > mm7
comparison UI/Books/UISpellBook.cpp @ 1405:c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
author | Ritor1 |
---|---|
date | Mon, 22 Jul 2013 15:23:43 +0600 |
parents | 7cc3b01a92ac |
children | 6b1c8c41c83f |
comparison
equal
deleted
inserted
replaced
1404:7cc3b01a92ac | 1405:c0b273d33338 |
---|---|
59 pBook2Font = nullptr; | 59 pBook2Font = nullptr; |
60 pAllocator->FreeChunk(pAutonoteFont); | 60 pAllocator->FreeChunk(pAutonoteFont); |
61 pAutonoteFont = nullptr; | 61 pAutonoteFont = nullptr; |
62 pTexture_mapbordr->Release(); | 62 pTexture_mapbordr->Release(); |
63 pAudioPlayer->PlaySound(SOUND_CloseBook, 0, 0, -1, 0, 0, 0, 0); | 63 pAudioPlayer->PlaySound(SOUND_CloseBook, 0, 0, -1, 0, 0, 0, 0); |
64 pIcons_LOD->ClearTextureList(); | 64 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
65 dword_506364 = 0; | 65 dword_506364 = 0; |
66 } | 66 } |
67 | 67 |
68 | 68 |
69 | 69 |