make draw order separate from Z value

add "PageType" graphic to ScreenEvaluation
This commit is contained in:
Chris Danford
2004-05-02 03:01:27 +00:00
parent 82595ecfe1
commit 58d63cb476
24 changed files with 120 additions and 66 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ ScreenSelectStyle::ScreenSelectStyle( CString sClassName ) : ScreenSelect( sClas
SET_XY_AND_ON_COMMAND( m_sprPremium );
// let AfterChange tween Picture and Info
this->SortByZ();
this->SortByDrawOrder();
}
void ScreenSelectStyle::MenuLeft( PlayerNumber pn )