Mercurial > mm7
comparison UI/UIBooks.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 |
---|---|
140 pSpellBookPagesTextr[i]->Release(); | 140 pSpellBookPagesTextr[i]->Release(); |
141 pTextures_tabs[i][0]->Release(); | 141 pTextures_tabs[i][0]->Release(); |
142 pTextures_tabs[i][1]->Release(); | 142 pTextures_tabs[i][1]->Release(); |
143 } | 143 } |
144 pAudioPlayer->PlaySound(SOUND_CloseBook, 0, 0, -1, 0, 0, 0, 0); | 144 pAudioPlayer->PlaySound(SOUND_CloseBook, 0, 0, -1, 0, 0, 0, 0); |
145 pIcons_LOD->ClearTextureList(); | 145 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
146 } | 146 } |
147 | 147 |
148 | 148 |
149 | 149 |
150 | 150 |