summaryrefslogtreecommitdiff
path: root/src/voxel.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-11 11:36:13 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-11 11:36:13 +0300
commit9d4e9c59de533ae28badb22da87cb553783dd133 (patch)
tree1497631e01225065e680c897ffeb7cf228690af2 /src/voxel.h
parent3f153c20d3936d18398149082fc453aa55859b1e (diff)
downloadminetest-9d4e9c59de533ae28badb22da87cb553783dd133.tar.gz
minetest-9d4e9c59de533ae28badb22da87cb553783dd133.tar.bz2
minetest-9d4e9c59de533ae28badb22da87cb553783dd133.zip
fixed warnings reported by cppcheck
Diffstat (limited to 'src/voxel.h')
-rw-r--r--src/voxel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voxel.h b/src/voxel.h
index 5d45ab183..2e8015eb1 100644
--- a/src/voxel.h
+++ b/src/voxel.h
@@ -553,7 +553,7 @@ public:
/*
Some settings
*/
- bool m_disable_water_climb;
+ //bool m_disable_water_climb;
private:
};