summaryrefslogtreecommitdiffhomepage
path: root/src/hole.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-08-08 15:18:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-08-11 11:07:53 +0200
commitf2a9fcde8308368e4704beab2bed10595b5d8a6b (patch)
tree6dc3c9d6674dc82f19d7d67e5859d512e067d090 /src/hole.hpp
parent04c4222de7ca38e4bee44c9485b9a0463ce8ef14 (diff)
b
Diffstat (limited to 'src/hole.hpp')
-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;