diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index 1e5219044a..f5b56756a8 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -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] ); }