hedgewars/uVariables.pas
changeset 9988 317d46a2afd2
parent 9902 eb8e8b09b2f0
child 9998 736015b847e3
--- a/hedgewars/uVariables.pas	Tue Jan 14 11:45:52 2014 +0100
+++ b/hedgewars/uVariables.pas	Tue Jan 14 22:56:13 2014 +0100
@@ -2365,6 +2365,8 @@
 
     lastTurnChecksum : Longword;
 
+    cTestLua : Boolean;
+
 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon
@@ -2405,6 +2407,9 @@
     PathPrefix      := './';
     GameType        := gmtLocal;
     cOnlyStats      := False;
+    cScriptName     := '';
+    cScriptParam    := '';
+    cTestLua        := False;
 
 {$IFDEF USE_VIDEO_RECORDING}
     RecPrefix          := '';
@@ -2551,8 +2556,6 @@
     fastUntilLag    := false;
     fastScrolling   := false;
     autoCameraOn    := true;
-    cScriptName     := '';
-    cScriptParam    := '';
     cSeed           := '';
     cVolumeDelta    := 0;
     cHasFocus       := true;