From c33fc5e62fc24b01dd4382e25d3b3c8f6c459911 Mon Sep 17 00:00:00 2001 From: Vecais Dumais Laacis Date: Tue, 7 Aug 2007 11:24:27 +0000 Subject: [PATCH] no double LoadAllCommands --- stepmania/src/ScreenEnding.cpp | 1 - 1 file changed, 1 deletion(-) 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] ); }