// Called by CEntityListSystem
	void LevelInitPreEntity() 
	{ 
		gEntList.AddListenerEntity( this );
		Clear(); 
	}
void CNotifyList::LevelInitPreEntity()
{
	gEntList.AddListenerEntity( this );
}