add SortByZ to many screens

This commit is contained in:
Chris Danford
2004-02-13 05:39:15 +00:00
parent d11ee0bf80
commit 817976ff1f
9 changed files with 17 additions and 0 deletions
+2
View File
@@ -323,6 +323,8 @@ ScreenUnlock::ScreenUnlock( CString sClassName ) : ScreenAttract( sClassName )
this->ClearMessageQueue( SM_BeginFadingOut ); // ignore ScreenAttract's SecsToShow
this->PostScreenMessage( SM_BeginFadingOut, TIME_TO_DISPLAY );
this->SortByZ();
}
ScreenUnlock::~ScreenUnlock()