Mercurial > mm7
diff GUIButton.cpp @ 697:2dfb67633b01
GUIButton Release
Allocator BigMemory fix?
author | zipi |
---|---|
date | Sun, 17 Mar 2013 14:25:00 +0000 |
parents | ea55d6414029 |
children | e39702f35283 |
line wrap: on
line diff
--- a/GUIButton.cpp Sun Mar 17 13:57:46 2013 +0000 +++ b/GUIButton.cpp Sun Mar 17 14:25:00 2013 +0000 @@ -113,12 +113,14 @@ //----- (0041D0D8) -------------------------------------------------------- -void GUIButton::_41D0D8(GUIButton *ptr) +void GUIButton::Release() { GUIWindow *v1; // eax@2 GUIButton *v2; // edx@2 GUIButton *v3; // eax@6 + GUIButton *ptr; + ptr=this; if ( ptr ) { v1 = ptr->pParent;