AtCommands not used here anymore

This commit is contained in:
Glenn Maynard
2006-10-14 04:02:53 +00:00
parent 35ca5329ec
commit df0e709c77
-4
View File
@@ -363,10 +363,6 @@ Actor* ActorUtil::MakeActor( const RString &sPath_, const XNode *pParent, Actor
RString sPath( sPath_ );
/* If @ expressions are allowed through this path, we've already
* evaluated them. Make sure we don't allow double-evaluation. */
ASSERT_M( sPath.empty() || sPath[0] != '@', sPath );
FileType ft = GetFileType( sPath );
if( ft == FT_Directory && sPath.Right(1) != "/" )
sPath += '/';