flip P2 meter in metrics, not in code

This commit is contained in:
Chris Danford
2005-05-09 00:44:51 +00:00
parent 1632d86f1c
commit 2d5a280c53
-3
View File
@@ -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()