From 148bee1c51409ea27f0e8ea89699f141f76e24a2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Feb 2005 20:58:07 +0000 Subject: [PATCH] re-update --- stepmania/src/Actor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" */