put ActorUtil functions in a namespace

This commit is contained in:
Chris Danford
2005-01-17 05:42:52 +00:00
parent cda4c3b04a
commit 5d6eb1d236
9 changed files with 45 additions and 44 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ static NoteResource *MakeNoteResource( const CString &sPath, bool bSpriteOnly )
}
else
{
pRes->m_pActor = MakeActor( sPath );
pRes->m_pActor = ActorUtil::MakeActor( sPath );
ASSERT( pRes->m_pActor );
}