diff -r d73317579ae4 -r e90fb60cb46d hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Mon Oct 31 19:40:39 2011 +0200 +++ b/hedgewars/uVariables.pas Mon Oct 31 14:08:10 2011 -0400 @@ -126,6 +126,7 @@ cLandMines : Longword; cExplosives : Longword; + cScriptName : shortstring; cSeed : shortstring; cVolumeDelta : LongInt; cHasFocus : boolean; @@ -2500,6 +2501,7 @@ isFirstFrame := true; isSEBackup := true; autoCameraOn := true; + cScriptName := ''; cSeed := ''; cVolumeDelta := 0; cHasFocus := true;