author | nemo |
Sun, 09 Oct 2011 20:03:04 -0400 | |
changeset 6114 | 443cce9e060f |
parent 6113 | b3dfb796c3a5 |
child 6115 | 485cfecadc9a |
--- a/hedgewars/uScript.pas Sun Oct 09 19:48:13 2011 -0400 +++ b/hedgewars/uScript.pas Sun Oct 09 20:03:04 2011 -0400 @@ -1595,6 +1595,7 @@ exit; // push game variables so they may be modified by the script +ScriptSetInteger('BorderColor', cExplosionBorderColor); ScriptSetInteger('GameFlags', GameFlags); ScriptSetString('Seed', cSeed); ScriptSetInteger('TemplateFilter', cTemplateFilter);