--- a/hedgewars/uScript.pas Wed Jan 01 13:42:38 2014 +0400
+++ b/hedgewars/uScript.pas Wed Jan 01 14:16:01 2014 +0400
@@ -2042,9 +2042,9 @@
ScriptSetInteger('HealthDecrease', cHealthDecrease);
ScriptSetInteger('GetAwayTime', cGetAwayTime);
ScriptSetString('Map', cMapName);
-
ScriptSetString('Theme', '');
ScriptSetString('Goals', '');
+ScriptSetString('ScriptParam', cScriptParam);
ScriptCall('onGameInit');
@@ -2444,7 +2444,6 @@
ScriptSetInteger('gmPrecise', gmPrecise);
ScriptSetInteger('gmAllStoppable', gmAllStoppable);
-
// speech bubbles
ScriptSetInteger('SAY_SAY', 1);
ScriptSetInteger('SAY_THINK', 2);