remove unnecessary: m_pPlayer->SetVisible( bShowNoteField )

This commit is contained in:
Chris Danford
2007-09-09 04:06:05 +00:00
parent d268477d4f
commit b0008ad8f7
-1
View File
@@ -183,7 +183,6 @@ void PlayerInfo::Load( PlayerNumber pn, MultiPlayer mp, bool bShowNoteField, Dif
m_ptextPlayerOptions = NULL;
m_pActiveAttackList = NULL;
m_pPlayer = new Player( m_NoteData, bShowNoteField );
m_pPlayer->SetVisible( bShowNoteField );
m_pInventory = NULL;
m_pDifficultyIcon = NULL;