From 786a3b9ea01cc838d7ec6be6860b2578f697f859 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 29 Aug 2005 04:44:57 +0000 Subject: [PATCH] LoadAllCommands --- stepmania/src/AutoActor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/AutoActor.cpp b/stepmania/src/AutoActor.cpp index 67eb35f766..6d280a9054 100644 --- a/stepmania/src/AutoActor.cpp +++ b/stepmania/src/AutoActor.cpp @@ -27,6 +27,7 @@ void AutoActor::LoadAndSetName( const CString &sScreenName, const CString &sActo { Load( THEME->GetPathG(sScreenName,sActorName) ); m_pActor->SetName( sActorName ); + ActorUtil::LoadAllCommands( *m_pActor, sScreenName ); } /*