ффффф

This commit is contained in:
2024-05-21 21:20:16 +05:00
parent 29543d3e0f
commit a07721289a
39 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ void UcppGI::countFreeApartments(Fcppcoords coords, int& free, int& all, float&
temp = true;
}
free++;
if (flat.Price < minPrice) minPrice = flat.Price;
if (flat.Price < minPrice&& flat.Price>0) minPrice = flat.Price;
}
}
minPrice /= 1000000;