no double LoadAllCommands

This commit is contained in:
Vecais Dumais Laacis
2007-08-07 11:24:27 +00:00
parent 247cddd607
commit c33fc5e62f
-1
View File
@@ -98,7 +98,6 @@ void ScreenEnding::Init()
m_sprRemoveMemoryCard[p].SetVisible( false );
break;
}
ActorUtil::LoadAllCommands( m_sprRemoveMemoryCard[p], m_sName );
LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND( m_sprRemoveMemoryCard[p] );
this->AddChild( &m_sprRemoveMemoryCard[p] );
}