diff -r caf7a8f20b0b -r b49b82351ad3 QTfrontend/ui/widget/gamecfgwidget.cpp --- a/QTfrontend/ui/widget/gamecfgwidget.cpp Sun Nov 09 17:01:05 2014 -0500 +++ b/QTfrontend/ui/widget/gamecfgwidget.cpp Mon Nov 10 01:05:36 2014 +0300 @@ -481,15 +481,15 @@ { if (param == "FULLMAPCONFIG") { - QString seed = slValue[3]; + QString seed = slValue[4]; pMapContainer->setAllMapParameters( - slValue[0], - (MapGenerator)slValue[1].toUInt(), - slValue[2].toUInt(), + slValue[1], + (MapGenerator)slValue[2].toUInt(), + slValue[3].toUInt(), seed, - slValue[4].toUInt(), - slValue[5].toUInt() + slValue[5].toUInt(), + slValue[0].toUInt() ); return; }