This commit is contained in:
2024-05-21 17:38:30 +05:00
parent 4f295e3fa6
commit c96f7bfd30
56 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -196,7 +196,7 @@ void UcppGI::countFreeApartments(Fcppcoords coords, int& free, int& all, float&
bool temp = false;
for (auto& flat : getFlatArr_(coords, len)) {
if (flat.available) {
if (!temp) {
if (!temp&& flat.Price>0) {
minPrice = flat.Price;
temp = true;
}