summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hole.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hole.hpp b/src/hole.hpp
index 927c2b61..f70fac15 100644
--- a/src/hole.hpp
+++ b/src/hole.hpp
@@ -22,7 +22,6 @@ struct hole_proto final : object_proto
bool on_render : 1 = true;
bool on_physics : 1 = true;
bool enabled : 1 = true;
- bool is_wall : 1 = false;
};
uint8_t height = 0, z_offset = tile_size_z/2;