fix: non closeable autopath menu.

This commit is contained in:
ds 2020-08-23 11:08:27 +03:00
commit 379feb8311
3 changed files with 21 additions and 14 deletions

View file

@ -370,6 +370,7 @@ public:
void convertFromPOD (Path &path, const PODPath &pod);
void convertToPOD (const Path &path, PODPath &pod);
void convertCampDirection (Path &path);
void setAutoPathDistance (const float distance);
const char *getDataDirectory (bool isMemoryFile = false);
const char *getOldFormatGraphName (bool isMemoryFile = false);
@ -407,10 +408,6 @@ public:
m_editFlags &= ~flag;
}
void setAutoPathDistance (const float distance) {
m_autoPathDistance = distance;
}
const Vector &getBombOrigin () const {
return m_bombOrigin;
}