In Civlopedia, a lake was said to be a ten-tiles or smaller body of water surrounded by land. However, the actual lake size is set to be 9 tiles. The only way to fix this is to go to GlobalDefines.xml and change the lake max area size from 9 to 10, and change ocean min area size from 10 to 11.
Fixed codes in GlobalDefines:
Fixed codes in GlobalDefines:
Code:
<Row Name="LAKE_MAX_AREA_SIZE">
<Value>10</Value>
</Row>
<Row Name="MIN_WATER_SIZE_FOR_OCEAN">
<Value>11</Value>
</Row>