hedgewars/uVariables.pas
changeset 6254 e90fb60cb46d
parent 6179 b529f88d37d0
child 6255 fd9ebc6feb12
--- 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;