re-update

This commit is contained in:
Glenn Maynard
2005-02-23 20:58:07 +00:00
parent 555d5aa2fe
commit 148bee1c51
+1 -2
View File
@@ -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" */