diff --git a/src/game/editor/editor.h b/src/game/editor/editor.h index 1e9b53a14..1d444c480 100644 --- a/src/game/editor/editor.h +++ b/src/game/editor/editor.h @@ -343,6 +343,11 @@ public: Clean(); } + ~CEditorMap() + { + Clean(); + } + array m_lGroups; array m_lImages; array m_lEnvelopes;