From 880f20b4438903fd09fac9d4127151dd324fd97a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 3 Oct 2006 04:01:19 +0000 Subject: [PATCH] don't add command manually --- stepmania/src/ScreenEnding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index 6255b24ddd..483571c68d 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -102,8 +102,8 @@ void ScreenEnding::Init() m_sprRemoveMemoryCard[p].SetHidden( true ); break; } + ActorUtil::LoadAllCommands( m_sprRemoveMemoryCard[p], m_sName ); SET_XY_AND_ON_COMMAND( m_sprRemoveMemoryCard[p] ); - m_sprRemoveMemoryCard[p].AddCommand( ssprintf("CardRemovedP%dMessage",p+1), ActorUtil::ParseActorCommands("hidden,1") ); this->AddChild( &m_sprRemoveMemoryCard[p] ); }