From 45e2d53abaacdaae9d00b5e989219b045f0540dc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 May 2024 09:28:24 +0200 Subject: start thinking about composite objects --- src/object.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/object.hpp b/src/object.hpp index 9de6e880..e121a927 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -56,6 +56,7 @@ struct object const rotation r = rotation::N; // todo remove bitfield? const pass_mode pass = pass_mode::see_through; bool ephemeral : 1 = false; + bool gone : 1 = false; //char _pad[4]; // got 4 bytes left virtual ~object() noexcept; -- cgit v1.2.3