diff -r 34ba1d8e0e9a -r eb8e8b09b2f0 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Wed Jan 01 13:42:38 2014 +0400 +++ b/hedgewars/uVariables.pas Wed Jan 01 14:16:01 2014 +0400 @@ -147,6 +147,7 @@ cExplosives : Longword; cScriptName : shortstring; + cScriptParam : shortstring; cSeed : shortstring; cVolumeDelta : LongInt; cHasFocus : boolean; @@ -2551,6 +2552,7 @@ fastScrolling := false; autoCameraOn := true; cScriptName := ''; + cScriptParam := ''; cSeed := ''; cVolumeDelta := 0; cHasFocus := true;