This commit is contained in:
Glenn Maynard
2005-02-23 19:22:52 +00:00
parent b46daecd2f
commit 22b6a821d5
+2 -2
View File
@@ -131,8 +131,8 @@ 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 ) );
Commands cmds = ParseCommands( sValue );
apActorCommands apac( new ActorCommands( cmds ) );
CString sCmdName;
/* Special case: "Command=foo" -> "OnCommand=foo" */