--- 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;
}