Skip to content
Snippets Groups Projects
Commit 7274b82e authored by Perttu Ahola's avatar Perttu Ahola
Browse files

commented out old water stuff

parent daacaf4e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -396,7 +396,8 @@ class VoxelManipulator /*: public NodeContainer*/
*/
void clearFlag(u8 flag);
#if 0
// VOXELFLAG_CHECKED2s must usually be cleared before calling
// -1: dead end, 0-255: pressure
// highest_y: Highest found water y is stored here.
......@@ -450,6 +451,7 @@ class VoxelManipulator /*: public NodeContainer*/
bool debugprint=false,
u32 timelimit=50
);
#endif
/*
Virtual functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment