changeset 12688 | 047c5b7ec422 |
parent 12626 | d972b31f8881 |
child 12754 | 1df909b46c05 |
--- 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);