From 9d4e9c59de533ae28badb22da87cb553783dd133 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 11 Apr 2011 11:36:13 +0300 Subject: fixed warnings reported by cppcheck --- src/voxel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/voxel.h') 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: }; -- cgit v1.2.3