--- a/QTfrontend/ui/widget/mapContainer.h Sat Nov 08 10:11:16 2014 -0500
+++ b/QTfrontend/ui/widget/mapContainer.h Sat Nov 08 11:26:16 2014 -0500
@@ -60,6 +60,7 @@
QString getCurrentScheme() const;
QString getCurrentWeapons() const;
quint32 getTemplateFilter() const;
+ quint32 getFeatureSize() const;
MapGenerator get_mapgen(void) const;
int getMazeSize(void) const;
bool getCurrentIsMission() const;
@@ -175,6 +176,8 @@
MapModel::MapInfo m_mapInfo;
int m_themeID;
+ int m_prevMapFeatureSize;
+ int m_mapFeatureSize;
QString m_theme;
QString m_curMap;