Cleanup PercentDisplay, ScreenNameEntryTraditional

This commit is contained in:
Chris Danford
2004-03-24 01:11:16 +00:00
parent 74fc3d8ff4
commit 7bc830888b
7 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void LifeMeterBattery::Load( PlayerNumber pn )
if( bPlayerEnabled )
{
m_Percent.SetName( "LifeMeterBattery Percent" );
m_Percent.Load( pn );
m_Percent.Load( pn, &g_CurStageStats );
this->AddChild( &m_Percent );
}