Respect shared_events_map and shared_scripts_map

This commit is contained in:
Marcus Huderle
2019-02-02 14:56:05 -06:00
committed by huderlem
parent 94686e6f0a
commit d70145d89a
2 changed files with 58 additions and 46 deletions

View File

@@ -36,6 +36,8 @@ public:
QString allowBiking;
QString allowEscapeRope;
QString battle_scene;
QString sharedEventsMap = "";
QString sharedScriptsMap = "";
MapLayout *layout;
bool isPersistedToFile = true;
bool needsLayoutDir = true;