diff --git a/AI/VCAI/VCAI.cpp b/AI/VCAI/VCAI.cpp index bd886565b..4b62eabe7 100644 --- a/AI/VCAI/VCAI.cpp +++ b/AI/VCAI/VCAI.cpp @@ -1599,7 +1599,7 @@ void VCAI::retreiveVisitableObjs() { for(const CGObjectInstance *obj : myCb->getVisitableObjs(pos, false)) { - if(includeOwned || obj->tempOwner != playerID) + if(obj->tempOwner != playerID) addVisitableObj(obj); } });