Mercurial > mm7
comparison GUIButton.cpp @ 697:2dfb67633b01
GUIButton Release
Allocator BigMemory fix?
author | zipi |
---|---|
date | Sun, 17 Mar 2013 14:25:00 +0000 |
parents | ea55d6414029 |
children | e39702f35283 |
comparison
equal
deleted
inserted
replaced
696:4e1b2a24a6e3 | 697:2dfb67633b01 |
---|---|
111 | 111 |
112 | 112 |
113 | 113 |
114 | 114 |
115 //----- (0041D0D8) -------------------------------------------------------- | 115 //----- (0041D0D8) -------------------------------------------------------- |
116 void GUIButton::_41D0D8(GUIButton *ptr) | 116 void GUIButton::Release() |
117 { | 117 { |
118 GUIWindow *v1; // eax@2 | 118 GUIWindow *v1; // eax@2 |
119 GUIButton *v2; // edx@2 | 119 GUIButton *v2; // edx@2 |
120 GUIButton *v3; // eax@6 | 120 GUIButton *v3; // eax@6 |
121 GUIButton *ptr; | |
121 | 122 |
123 ptr=this; | |
122 if ( ptr ) | 124 if ( ptr ) |
123 { | 125 { |
124 v1 = ptr->pParent; | 126 v1 = ptr->pParent; |
125 v2 = ptr->pNext; | 127 v2 = ptr->pNext; |
126 if ( ptr == v1->pControlsHead ) | 128 if ( ptr == v1->pControlsHead ) |