diff --git a/src/game/editor/io.cpp b/src/game/editor/io.cpp index 15e170600..503c97a48 100644 --- a/src/game/editor/io.cpp +++ b/src/game/editor/io.cpp @@ -364,7 +364,7 @@ bool CEditorMap::Save(const char *pFileName) // save points m_pEditor->Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "editor", "saving envelope points"); - bool BezierUsed = true; + bool BezierUsed = false; for(const auto &pEnvelope : m_vpEnvelopes) { for(const auto &Point : pEnvelope->m_vPoints)