Mercurial > mm7
comparison GUI/UI/Books/UISpellBook.cpp @ 2534:1bcadc6dd203
enum SOUND_
author | Ritor1 |
---|---|
date | Mon, 09 Feb 2015 19:17:12 +0600 |
parents | c7264ab7132f |
children | a902abdfc7f2 |
comparison
equal
deleted
inserted
replaced
2533:2baaac65d5bf | 2534:1bcadc6dd203 |
---|---|
48 free(pBook2Font); | 48 free(pBook2Font); |
49 pBook2Font = nullptr; | 49 pBook2Font = nullptr; |
50 free(pAutonoteFont); | 50 free(pAutonoteFont); |
51 pAutonoteFont = nullptr; | 51 pAutonoteFont = nullptr; |
52 pTexture_mapbordr->Release(); | 52 pTexture_mapbordr->Release(); |
53 pAudioPlayer->PlaySound(SOUND_CloseBook, 0, 0, -1, 0, 0, 0, 0); | 53 pAudioPlayer->PlaySound(SOUND_closebook, 0, 0, -1, 0, 0, 0, 0); |
54 pIcons_LOD->RemoveTexturesPackFromTextureList(); | 54 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
55 dword_506364 = 0; | 55 dword_506364 = 0; |
56 } | 56 } |
57 | 57 |
58 //----- (00412AF9) -------------------------------------------------------- | 58 //----- (00412AF9) -------------------------------------------------------- |