From f7b0c7405bbee22d68bb87c16e79f16e5898cfc5 Mon Sep 17 00:00:00 2001 From: Dydzio Date: Tue, 3 Dec 2024 17:40:35 +0100 Subject: [PATCH] Fix "padding variables" for object deletion --- lib/mapping/CMapDefines.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/mapping/CMapDefines.h b/lib/mapping/CMapDefines.h index bf18fb58d..cb285650e 100644 --- a/lib/mapping/CMapDefines.h +++ b/lib/mapping/CMapDefines.h @@ -45,8 +45,7 @@ public: std::vector deletedObjectsInstances; - std::vector unused; - std::set unused2; + std::vector unused; template void serialize(Handler & h) @@ -77,7 +76,6 @@ public: else { h & unused; - h & unused2; } }