ффффф

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
@@ -2,7 +2,7 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=B89CCC284A7D213231762AB505314AAD
ProjectVersion=2.3
ProjectVersion=2.35
ProjectName=Ivazowsky
CompanyName=GraffInteractive
Homepage=Graff.tech
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.
Binary file not shown.
Binary file not shown.
+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;