NONE_MAP -> DYNAMIC_MAP

This commit is contained in:
GriffinR
2022-10-18 12:39:37 -04:00
parent 75788ed3f9
commit 0e0da77c07
5 changed files with 15 additions and 14 deletions

View File

@@ -26,8 +26,9 @@ struct EventGraphics
bool inanimate;
};
static QString NONE_MAP_CONSTANT = "MAP_NONE";
static QString NONE_MAP_NAME = "None";
// The constant and displayed name of the special map value used by warps with multiple potential destinations
static QString DYNAMIC_MAP_CONSTANT = "MAP_DYNAMIC";
static QString DYNAMIC_MAP_NAME = "Dynamic";
class Project : public QObject
{