]> git.stg.codes - stg.git/blobdiff - projects/stargazer/settings_impl.cpp
Correcting code
[stg.git] / projects / stargazer / settings_impl.cpp
index 16a2ac47130f1497fdb47ec1ee33e923989c5e42..8511794cddc512a2be0bea12d0264ddca9a5df55 100644 (file)
@@ -243,7 +243,7 @@ while (node)
         {
         rules = node->getValue(0);
         }
-
+       
     if (strcasecmp(node->getName(), "DetailStatWritePeriod") == 0)
         {
         if (ParseDetailStatWritePeriod(node->getValue(0)) != 0)
@@ -457,6 +457,13 @@ while (node)
             }
         }
 
+        if (strcasecmp(node->getName(), "ScriptParams") == 0)
+            {
+            for (int i = 0; node->getValue(i) != NULL; ++i)
+                {
+                scriptParams.push_back(node->getValue(i));
+                }
+            }
     node = node->getNextNode();
     }
 
@@ -488,4 +495,4 @@ else if (detailStatPeriodStr == "1/6")
 
 return -1;
 }
-//-----------------------------------------------------------------------------
+//-----------------------------------------------------------------------------
\ No newline at end of file