remove SetName

This commit is contained in:
Glenn Maynard
2006-09-22 09:43:12 +00:00
parent 709a790f1c
commit 8cb1c66023
-4
View File
@@ -490,10 +490,6 @@ apActorCommands ActorUtil::ParseActorCommands( const RString &sCommands )
LUA->Release( L );
ASSERT_M( !pRet->IsNil(), sLuaFunction.c_str() );
if( sCommands.size() > 0 && sCommands[0] != '\033' ) // not a binary chunk
pRet->SetName( sLuaFunction );
return apActorCommands( pRet );
}