move foregrounds on top of transitions

This commit is contained in:
Glenn Maynard
2004-02-01 03:59:45 +00:00
parent 9283c376d5
commit dc0201d576
+1 -1
View File
@@ -285,7 +285,7 @@ ScreenGameplay::ScreenGameplay( CString sName, bool bDemonstration ) : Screen("S
m_Background.SetZ( 2 ); // behind everything else
this->AddChild( &m_Background );
m_Foreground.SetZ( -1 ); // on top of everything else except transitions
m_Foreground.SetZ( -5 ); // on top of everything else, including transitions
this->AddChild( &m_Foreground );