diff --git a/stepmania/src/LifeMeterTime.cpp b/stepmania/src/LifeMeterTime.cpp index 9ad94cd1a0..d8c65bdffe 100644 --- a/stepmania/src/LifeMeterTime.cpp +++ b/stepmania/src/LifeMeterTime.cpp @@ -66,9 +66,6 @@ void LifeMeterTime::Load( PlayerNumber pn ) this->AddChild( m_sprFrame ); m_soundGainLife.Load( THEME->GetPathS(sType,"GainLife") ); - - if( pn == PLAYER_2 ) - m_pStream->SetZoomX( -1 ); } void LifeMeterTime::OnLoadSong()