diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-24 13:42:13 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-24 13:42:13 +0200 |
commit | 7274b82ef4a19a87b794fd0642a34a18eb9a4b96 (patch) | |
tree | 07be6d0d5ce2a44ac0e118ea3d4b34628944e533 /src/voxel.h | |
parent | daacaf4e026be41c6a1f611457b085ff9f7abe1a (diff) | |
download | minetest-7274b82ef4a19a87b794fd0642a34a18eb9a4b96.tar.gz minetest-7274b82ef4a19a87b794fd0642a34a18eb9a4b96.tar.bz2 minetest-7274b82ef4a19a87b794fd0642a34a18eb9a4b96.zip |
commented out old water stuff
Diffstat (limited to 'src/voxel.h')
-rw-r--r-- | src/voxel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/voxel.h b/src/voxel.h index ed7fba089..c377dfe7a 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -396,7 +396,8 @@ public: */ 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 @@ public: bool debugprint=false, u32 timelimit=50 ); +#endif /* Virtual functions |