This commit is contained in:
Paul 2000-10-31 16:53:12 +00:00
parent c9b5825e8e
commit 5ea7baa201
2 changed files with 6 additions and 5 deletions

View file

@ -69,7 +69,7 @@ void CGUIObject::init(GUIId _id)
m_id=_id;
m_x=m_y=m_w=m_h=0;
m_flags=INITIAL_FLAGS;
m_flags=getInitialFlags();
m_this=this;
// Add to the end of the linked list of GUI objects..