re-update
This commit is contained in:
@@ -131,8 +131,7 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode )
|
|||||||
|
|
||||||
CString sValue = a->m_sValue;
|
CString sValue = a->m_sValue;
|
||||||
THEME->EvaluateString( sValue );
|
THEME->EvaluateString( sValue );
|
||||||
Commands cmds = ParseCommands( sValue );
|
apActorCommands apac( new ActorCommands( sValue ) );
|
||||||
apActorCommands apac( new ActorCommands( cmds ) );
|
|
||||||
|
|
||||||
CString sCmdName;
|
CString sCmdName;
|
||||||
/* Special case: "Command=foo" -> "OnCommand=foo" */
|
/* Special case: "Command=foo" -> "OnCommand=foo" */
|
||||||
|
|||||||
Reference in New Issue
Block a user