diff -r 8f07b47a641b -r 317d46a2afd2 hedgewars/uVariables.pas --- 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;