fix VC7 compile

This commit is contained in:
Glenn Maynard
2005-02-23 19:11:40 +00:00
parent fc1c863f8a
commit 53f7fbd890
+2 -1
View File
@@ -131,7 +131,8 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode )
CString sValue = a->m_sValue;
THEME->EvaluateString( sValue );
apActorCommands apac( new ActorCommands( sValue ) );
Commands cmds = ParseCommands( sValue );
apActorCommands apac( new ActorCommands( cmds ) );
CString sCmdName;
/* Special case: "Command=foo" -> "OnCommand=foo" */