From 571fb14f9480a0fd70d7cfeb0484c9513153c33a Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 13 Dec 2010 03:19:12 +0200 Subject: working nicely --- src/voxel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/voxel.h') diff --git a/src/voxel.h b/src/voxel.h index 411cf4376..472f0740d 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -502,6 +502,12 @@ public: //TODO: Would these make any speed improvement? //bool m_pressure_route_valid; //v3s16 m_pressure_route_surface; + + /* + Some settings + */ + bool m_disable_water_climb; + private: }; -- cgit v1.2.3