mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-15 13:26:53 -05:00
NONE_MAP -> DYNAMIC_MAP
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user