diff -r b7fd7ab8ddf9 -r 047c5b7ec422 hedgewars/uScript.pas --- a/hedgewars/uScript.pas Tue Oct 10 16:13:44 2017 +0200 +++ b/hedgewars/uScript.pas Tue Oct 10 17:39:11 2017 +0200 @@ -2919,7 +2919,6 @@ // push game variables so they may be modified by the script ScriptSetInteger('CursorX', CursorPoint.X); ScriptSetInteger('CursorY', CursorPoint.Y); -ScriptSetInteger('BorderColor', ExplosionBorderColor); ScriptSetInteger('GameFlags', GameFlags); ScriptSetInteger('WorldEdge', ord(WorldEdge)); ScriptSetString('Seed', cSeed);