fix command

This commit is contained in:
Glenn Maynard
2005-09-10 03:46:32 +00:00
parent 65d71a4f23
commit 2ef40c8e4e
+1 -1
View File
@@ -441,7 +441,7 @@ void ScreenGameplay::Init()
m_SongForeground.SetName( "SongForeground" );
m_SongForeground.SetDrawOrder( DRAW_ORDER_OVERLAY+1 ); // on top of the overlay, but under transitions
ON_COMMAND( m_SongBackground );
ON_COMMAND( m_SongForeground );
this->AddChild( &m_SongForeground );
if( PREFSMAN->m_bShowBeginnerHelper )