From 32e5545c8c50f0d16adde2aef9d7b50de01c90b2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Aug 2024 12:12:34 +0200 Subject: remove object::gone With `bptr::destroy()` there's no need to be extra careful anymore. --- src/object.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index a73f97b1..e3cbb628 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -57,7 +57,6 @@ struct object : bptr_base 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 override; -- cgit v1.2.3