Mercurial > mm7
diff mm7_5.cpp @ 697:2dfb67633b01
GUIButton Release
Allocator BigMemory fix?
author | zipi |
---|---|
date | Sun, 17 Mar 2013 14:25:00 +0000 |
parents | e0a1fccc89b1 |
children | d5b16a44d9b3 a5ee769b02c6 |
line wrap: on
line diff
--- a/mm7_5.cpp Sun Mar 17 13:57:46 2013 +0000 +++ b/mm7_5.cpp Sun Mar 17 14:25:00 2013 +0000 @@ -3049,8 +3049,8 @@ continue; case UIMSG_55: bRingsShownInCharScreen ^= v0; - GUIButton::_41D0D8(pCharacterScreen_DetalizBtn); - GUIButton::_41D0D8(pCharacterScreen_DollBtn); + pCharacterScreen_DetalizBtn->Release(); + pCharacterScreen_DollBtn->Release(); if ( bRingsShownInCharScreen ) { v128 = (uTextureID_5118C8 != -1 ? pIcons_LOD->pTextures[uTextureID_5118C8].uTextureHeight : 26); @@ -17447,9 +17447,9 @@ if ( dword_507CBC ) { dword_507CBC = 0; - GUIButton::_41D0D8(ptr_507BA4); - GUIButton::_41D0D8(pBtn_Up); - GUIButton::_41D0D8(pBtn_Down); + ptr_507BA4->Release(); + pBtn_Up->Release(); + pBtn_Down->Release(); pBtn_Down = 0; pBtn_Up = 0; for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = i->pNext )