diff --git a/d1x-rebirth/main/laser.c b/d1x-rebirth/main/laser.c index ebb61b338..97e0d7c02 100644 --- a/d1x-rebirth/main/laser.c +++ b/d1x-rebirth/main/laser.c @@ -609,17 +609,6 @@ int find_homing_object_complete(vms_vector *curpos, object *tracker, int track_o vms_vector vec_to_curobj; object *curobjp = &Objects[objnum]; - if ((curobjp->type != track_obj_type1) && (curobjp->type != track_obj_type2)) - { - if ((curobjp->type == OBJ_WEAPON) && (is_proximity_bomb_or_smart_mine(curobjp->id))) { - if (curobjp->ctype.laser_info.parent_signature != tracker->ctype.laser_info.parent_signature) - is_proximity = 1; - else - continue; - } else - continue; - } - if (objnum == tracker->ctype.laser_info.parent_num) // Don't track shooter continue;