--- a/hedgewars/uScript.pas Mon Jan 13 14:40:06 2014 -0500
+++ b/hedgewars/uScript.pas Tue Jan 14 12:44:29 2014 +0400
@@ -38,6 +38,7 @@
procedure ScriptOnGameInit;
procedure ScriptOnScreenResize;
procedure ScriptSetInteger(name : shortstring; value : LongInt);
+procedure ScriptSetString(name : shortstring; value : shortstring);
procedure ScriptCall(fname : shortstring);
function ScriptCall(fname : shortstring; par1: LongInt) : LongInt;
@@ -2070,7 +2071,6 @@
ScriptSetString('Map', cMapName);
ScriptSetString('Theme', '');
ScriptSetString('Goals', '');
-ScriptSetString('ScriptParam', cScriptParam);
ScriptCall('onGameInit');