hedgewars/uVariables.pas
changeset 9902 eb8e8b09b2f0
parent 9839 96e3914e8154
child 9950 2759212a27de
child 9988 317d46a2afd2
equal deleted inserted replaced
9900:34ba1d8e0e9a 9902:eb8e8b09b2f0
   145     cCaseFactor     : Longword;
   145     cCaseFactor     : Longword;
   146     cLandMines      : Longword;
   146     cLandMines      : Longword;
   147     cExplosives     : Longword;
   147     cExplosives     : Longword;
   148 
   148 
   149     cScriptName     : shortstring;
   149     cScriptName     : shortstring;
       
   150     cScriptParam    : shortstring;
   150     cSeed           : shortstring;
   151     cSeed           : shortstring;
   151     cVolumeDelta    : LongInt;
   152     cVolumeDelta    : LongInt;
   152     cHasFocus       : boolean;
   153     cHasFocus       : boolean;
   153     cInactDelay     : Longword;
   154     cInactDelay     : Longword;
   154 
   155 
  2549     SpeedStart      := 0;
  2550     SpeedStart      := 0;
  2550     fastUntilLag    := false;
  2551     fastUntilLag    := false;
  2551     fastScrolling   := false;
  2552     fastScrolling   := false;
  2552     autoCameraOn    := true;
  2553     autoCameraOn    := true;
  2553     cScriptName     := '';
  2554     cScriptName     := '';
       
  2555     cScriptParam    := '';
  2554     cSeed           := '';
  2556     cSeed           := '';
  2555     cVolumeDelta    := 0;
  2557     cVolumeDelta    := 0;
  2556     cHasFocus       := true;
  2558     cHasFocus       := true;
  2557     cInactDelay     := 100;
  2559     cInactDelay     := 100;
  2558     ReadyTimeLeft   := 0;
  2560     ReadyTimeLeft   := 0;