Mercurial > might-and-magic-trilogy
diff GUIWindow.cpp @ 48:6a62c4005f0e
23.10.12
author | Ritor1 |
---|---|
date | Tue, 23 Oct 2012 17:33:33 +0600 |
parents | 916bec351934 |
children | 25fabc49627b |
line wrap: on
line diff
--- a/GUIWindow.cpp Mon Oct 22 17:28:15 2012 +0600 +++ b/GUIWindow.cpp Tue Oct 23 17:33:33 2012 +0600 @@ -324,20 +324,20 @@ { if ( a2 ) { - this->field_28 = a2; + this->pNumPresenceButton = a2; this->field_30 = a3; this->field_34 = a4; - this->field_2C_focus_id = a5; - this->field_38 = a5; + this->pCurrentPosActiveItem = a5; + this->pStartingPosActiveItem = a5; this->field_44 = 1; } else { - this->field_28 = 0; + this->pNumPresenceButton = 0; this->field_30 = a3; this->field_34 = a4; - this->field_2C_focus_id = 0; - this->field_38 = 0; + this->pCurrentPosActiveItem = 0; + this->pStartingPosActiveItem = 0; this->field_44 = 0; } }