mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
commented out old water stuff
This commit is contained in:
parent
daacaf4e02
commit
7274b82ef4
2 changed files with 5 additions and 2 deletions
|
@ -264,6 +264,7 @@ void VoxelManipulator::clearFlag(u8 flags)
|
|||
<<volume<<" nodes"<<std::endl;*/
|
||||
}
|
||||
|
||||
#if 0
|
||||
int VoxelManipulator::getWaterPressure(v3s16 p, s16 &highest_y, int recur_count)
|
||||
{
|
||||
m_flags[m_area.index(p)] |= VOXELFLAG_CHECKED2;
|
||||
|
@ -894,6 +895,6 @@ void VoxelManipulator::flowWater(
|
|||
<<", updateareawaterpressure_time: "<<updateareawaterpressure_time
|
||||
<<std::endl;*/
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue