diff mm7_1.cpp @ 697:2dfb67633b01

GUIButton Release Allocator BigMemory fix?
author zipi
date Sun, 17 Mar 2013 14:25:00 +0000
parents e0a1fccc89b1
children efde64b3e147
line wrap: on
line diff
--- a/mm7_1.cpp	Sun Mar 17 13:57:46 2013 +0000
+++ b/mm7_1.cpp	Sun Mar 17 14:25:00 2013 +0000
@@ -87,7 +87,7 @@
     for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = i->pNext )
     {
       if ( BYTE1(i->field_1C) & 0x80 )
-        GUIButton::_41D0D8(i);
+        i->Release();
     }
     for ( j = pGUIWindow_CurrentMenu->pControlsHead; j; j = j->pNext )
     {