LoadAllCommands

This commit is contained in:
Glenn Maynard
2005-08-29 04:44:57 +00:00
parent 72dd4a5319
commit 786a3b9ea0
+1
View File
@@ -27,6 +27,7 @@ void AutoActor::LoadAndSetName( const CString &sScreenName, const CString &sActo
{
Load( THEME->GetPathG(sScreenName,sActorName) );
m_pActor->SetName( sActorName );
ActorUtil::LoadAllCommands( *m_pActor, sScreenName );
}
/*