diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 3c8549cd05..f547550eb7 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -131,8 +131,7 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode ) CString sValue = a->m_sValue; THEME->EvaluateString( sValue ); - Commands cmds = ParseCommands( sValue ); - apActorCommands apac( new ActorCommands( cmds ) ); + apActorCommands apac( new ActorCommands( sValue ) ); CString sCmdName; /* Special case: "Command=foo" -> "OnCommand=foo" */