fix sorting

This commit is contained in:
Glenn Maynard
2005-05-09 11:54:13 +00:00
parent b33f204d34
commit c77b915b29
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -37,6 +37,8 @@ void ScreenAttract::Init()
LOG->Trace( "ScreenAttract::ScreenAttract(%s)", m_sName.c_str() );
ScreenWithMenuElements::Init();
this->SortByDrawOrder();
}
+1 -2
View File
@@ -40,8 +40,7 @@ void ScreenDemonstration::Init()
}
this->MoveToTail( &m_In );
this->MoveToTail( &m_Out );
this->SortByDrawOrder();
ClearMessageQueue(); // remove all of the messages set in ScreenGameplay that drive "ready", "go", etc.