This commit is contained in:
Glenn Maynard
2004-07-25 07:22:31 +00:00
parent 29b73597c9
commit 9965bbff54
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ void LifeMeterBattery::Load( PlayerNumber pn )
if( bPlayerEnabled )
this->AddChild( &m_sprBattery );
m_textNumLives.LoadFromFont( THEME->GetPathToF("LifeMeterBattery lives") );
m_textNumLives.LoadFromFont( THEME->GetPathF("LifeMeterBattery", "lives") );
m_textNumLives.SetDiffuse( RageColor(1,1,1,1) );
m_textNumLives.SetShadowLength( 0 );
if( bPlayerEnabled )