actor names are set by their parent, not themself

This commit is contained in:
Glenn Maynard
2006-01-18 22:37:06 +00:00
parent 7100fa1d00
commit e310fdac0c
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -11,8 +11,6 @@ ScoreDisplayRave::ScoreDisplayRave()
{
LOG->Trace( "ScoreDisplayRave::ScoreDisplayRave()" );
this->SetName( "ScoreDisplayRave" );
m_lastLevelSeen = ATTACK_LEVEL_1;
for( int i=0; i<NUM_ATTACK_LEVELS; i++ )
+1
View File
@@ -142,6 +142,7 @@ void PlayerInfo::Load( PlayerNumber pn, MultiPlayer mp, bool bShowNoteField )
{
case PLAY_MODE_RAVE:
m_pSecondaryScoreDisplay = new ScoreDisplayRave;
m_pSecondaryScoreDisplay->SetName( "ScoreDisplayRave" );
break;
}