void CALifeUpdateManager::set_interactive		(ALife::_OBJECT_ID id, bool value)
{
    CSE_ALifeDynamicObject			*object = objects().object(id);
    VERIFY							(object);
    object->interactive				(value);
}