Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Oct 22, 2023
1 parent 2c80a29 commit f9e5ea5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/content_abm_grow_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,16 +739,13 @@ S S S S S S S S S SSS SSS SSS SSS SSS
//&&((nbh[D_BOTTOM].water_level >= params.tree_get_water_from_humidity / 2) || // params.tree_water_max
//(nbh[D_SELF].water_level >= params.tree_get_water_from_humidity / 2))
) {
nbh[D_BOTTOM].water_level, nbh[D_SELF].water_level,
nbh[D_TOP].water_level);
fill_top(true);
fill_bottom();
} else {
fill_bottom(true);
fill_top();
}
nbh[D_BOTTOM].water_level, nbh[D_SELF].water_level,
nbh[D_TOP].water_level);

self_water_level = total_level;
}

Expand Down

0 comments on commit f9e5ea5

Please sign in to comment.