diff --git a/src/dthinker.h b/src/dthinker.h index 284d5f4500..0d1be08b5a 100644 --- a/src/dthinker.h +++ b/src/dthinker.h @@ -122,7 +122,10 @@ public: FLevelLocals *Level; protected: - DThinker() = default; + DThinker() + { + ObjectFlags |= OF_JustSpawned; + } private: void Remove();