diff --git a/stepmania/src/LifeMeterBattery.cpp b/stepmania/src/LifeMeterBattery.cpp index 59d4131d4a..a0d9e87f23 100644 --- a/stepmania/src/LifeMeterBattery.cpp +++ b/stepmania/src/LifeMeterBattery.cpp @@ -56,6 +56,7 @@ void LifeMeterBattery::Load( const PlayerState *pPlayerState, PlayerStageStats * if( bPlayerEnabled ) { m_Percent.Load( pPlayerState, pPlayerStageStats, "LifeMeterBattery Percent", true ); + m_Percent.SetZoomX( pn==PLAYER_1 ? 1.0f : -1.0f ); this->AddChild( &m_Percent ); }