diff -r e9481c5a130b -r 571d06a86bb6 hedgewars/uScript.pas --- a/hedgewars/uScript.pas Wed Apr 27 00:04:37 2016 +0200 +++ b/hedgewars/uScript.pas Wed Apr 27 00:14:06 2016 +0200 @@ -2748,7 +2748,7 @@ ScriptSetInteger('HealthDecrease', cHealthDecrease); ScriptSetInteger('GetAwayTime', cGetAwayTime); ScriptSetString('Map', cMapName); -ScriptSetString('Theme', ''); +ScriptSetString('Theme', Theme); ScriptSetString('Goals', ''); ScriptCall('onGameInit');