summaryrefslogtreecommitdiff
path: root/src/voxel.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-24 13:42:13 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-24 13:42:13 +0200
commit7274b82ef4a19a87b794fd0642a34a18eb9a4b96 (patch)
tree07be6d0d5ce2a44ac0e118ea3d4b34628944e533 /src/voxel.cpp
parentdaacaf4e026be41c6a1f611457b085ff9f7abe1a (diff)
downloadminetest-7274b82ef4a19a87b794fd0642a34a18eb9a4b96.tar.gz
minetest-7274b82ef4a19a87b794fd0642a34a18eb9a4b96.tar.bz2
minetest-7274b82ef4a19a87b794fd0642a34a18eb9a4b96.zip
commented out old water stuff
Diffstat (limited to 'src/voxel.cpp')
-rw-r--r--src/voxel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/voxel.cpp b/src/voxel.cpp
index 7ba4e21c6..c045c949c 100644
--- a/src/voxel.cpp
+++ b/src/voxel.cpp
@@ -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