QTfrontend/ui/widget/gamecfgwidget.cpp
changeset 10482 b49b82351ad3
parent 10481 caf7a8f20b0b
child 10822 def423815f24
--- 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;
         }