File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -753,7 +753,6 @@ namespace {
753753 // If there're no poles, tropical area is determined by temperature
754754 is_possible_tropical_area_by_latitude = region.temperature >= 75 ;
755755 is_tropical_area_by_latitude = region.temperature >= 85 ;
756-
757756 }
758757
759758 else
@@ -784,7 +783,6 @@ namespace {
784783 if (v6 >= wdata->world_height )
785784 v6 = wdata->world_height - 1 ;
786785 }
787-
788786 }
789787
790788 if (wdata->world_height == 17 )
@@ -798,7 +796,6 @@ namespace {
798796
799797 is_possible_tropical_area_by_latitude = v6 > 170 ;
800798 is_tropical_area_by_latitude = v6 >= 200 ;
801-
802799 }
803800
804801 return std::pair<bool , bool >(is_possible_tropical_area_by_latitude,
@@ -1095,7 +1092,6 @@ df::enums::biome_type::biome_type Maps::GetBiomeTypeWithRef(int world_coord_x,
10951092 return df::enums::biome_type::biome_type::SWAMP_TEMPERATE_SALTWATER ; // 4
10961093 else
10971094 return df::enums::biome_type::biome_type::SWAMP_TEMPERATE_FRESHWATER ; // 3
1098-
10991095}
11001096
11011097/* ****************************************************************************
You can’t perform that action at this time.
0 commit comments