changeset 4537 | f95f7218531a |
parent 4535 | 301df2c84b97 |
child 4551 | 05c32ee166b6 |
--- a/QTfrontend/gamecfgwidget.cpp Wed Dec 15 21:48:54 2010 +0300 +++ b/QTfrontend/gamecfgwidget.cpp Wed Dec 15 22:03:46 2010 +0300 @@ -351,6 +351,10 @@ Scripts->setCurrentIndex(Scripts->findText(value)); return; } + if (param == "DRAWNMAP") { + pMapContainer->setDrawnMapData(qUncompress(QByteArray::fromBase64(slValue[0].toLatin1()))); + return; + } } if (slValue.size() == 2)