Adjust baseline for arctic snowline dynamic width setting to lower value

This commit is contained in:
Jonathan G Rennison
2022-05-05 17:17:24 +01:00
parent 8669cedfea
commit 1714773457
3 changed files with 4 additions and 7 deletions

View File

@@ -59,8 +59,7 @@ inline byte HighestTreePlacementSnowLine()
inline byte LowestTreePlacementSnowLine()
{
extern byte _cached_tree_placement_lowest_snowline;
return _cached_tree_placement_lowest_snowline;
return LowestSnowLine();
}
int GetSlopeZInCorner(Slope tileh, Corner corner);