remove unnecessary: m_pPlayer->SetVisible( bShowNoteField )
This commit is contained in:
@@ -183,7 +183,6 @@ void PlayerInfo::Load( PlayerNumber pn, MultiPlayer mp, bool bShowNoteField, Dif
|
|||||||
m_ptextPlayerOptions = NULL;
|
m_ptextPlayerOptions = NULL;
|
||||||
m_pActiveAttackList = NULL;
|
m_pActiveAttackList = NULL;
|
||||||
m_pPlayer = new Player( m_NoteData, bShowNoteField );
|
m_pPlayer = new Player( m_NoteData, bShowNoteField );
|
||||||
m_pPlayer->SetVisible( bShowNoteField );
|
|
||||||
m_pInventory = NULL;
|
m_pInventory = NULL;
|
||||||
m_pDifficultyIcon = NULL;
|
m_pDifficultyIcon = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user