diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 8058fd5a5b..d11c9ea9a3 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -186,8 +186,8 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration ) m_Background.SetDiffuse( RageColor(0.4f,0.4f,0.4f,1) ); this->AddChild( &m_Background ); - - for( int p=0; pIsPlayerEnabled(PlayerNumber(p)) ) continue;