summaryrefslogtreecommitdiff
path: root/src/voxel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/voxel.h')
-rw-r--r--src/voxel.h6
1 files changed, 6 insertions, 0 deletions
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:
};