--- a/QTfrontend/net/hwmap.h Sat Nov 08 10:11:16 2014 -0500
+++ b/QTfrontend/net/hwmap.h Sat Nov 08 11:26:16 2014 -0500
@@ -42,7 +42,7 @@
public:
HWMap(QObject *parent = 0);
virtual ~HWMap();
- void getImage(const QString & seed, int templateFilter, MapGenerator mapgen, int maze_size, const QByteArray & drawMapData, QString & script);
+ void getImage(const QString & seed, int templateFilter, MapGenerator mapgen, int maze_size, const QByteArray & drawMapData, QString & script, int feature_size);
bool couldBeRemoved();
protected:
@@ -59,7 +59,8 @@
QString m_script;
int templateFilter;
MapGenerator m_mapgen;
- int m_maze_size;
+ int m_maze_size; // going to try and deprecate this one
+ int m_feature_size;
QByteArray m_drawMapData;
private slots: