From 7274b82ef4a19a87b794fd0642a34a18eb9a4b96 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 24 Jan 2011 13:42:13 +0200 Subject: commented out old water stuff --- src/voxel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/voxel.h') 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 -- cgit v1.2.3