hedgewars/uVariables.pas
changeset 6254 e90fb60cb46d
parent 6179 b529f88d37d0
child 6255 fd9ebc6feb12
equal deleted inserted replaced
6253:d73317579ae4 6254:e90fb60cb46d
   124 
   124 
   125     cCaseFactor     : Longword;
   125     cCaseFactor     : Longword;
   126     cLandMines      : Longword;
   126     cLandMines      : Longword;
   127     cExplosives     : Longword;
   127     cExplosives     : Longword;
   128 
   128 
       
   129     cScriptName     : shortstring;
   129     cSeed           : shortstring;
   130     cSeed           : shortstring;
   130     cVolumeDelta    : LongInt;
   131     cVolumeDelta    : LongInt;
   131     cHasFocus       : boolean;
   132     cHasFocus       : boolean;
   132     cInactDelay     : Longword;
   133     cInactDelay     : Longword;
   133 
   134 
  2498     isSpeed         := false;
  2499     isSpeed         := false;
  2499     fastUntilLag    := false;
  2500     fastUntilLag    := false;
  2500     isFirstFrame    := true;
  2501     isFirstFrame    := true;
  2501     isSEBackup      := true;
  2502     isSEBackup      := true;
  2502     autoCameraOn    := true;
  2503     autoCameraOn    := true;
       
  2504     cScriptName     := '';
  2503     cSeed           := '';
  2505     cSeed           := '';
  2504     cVolumeDelta    := 0;
  2506     cVolumeDelta    := 0;
  2505     cHasFocus       := true;
  2507     cHasFocus       := true;
  2506     cInactDelay     := 100;
  2508     cInactDelay     := 100;
  2507     ReadyTimeLeft   := 0;
  2509     ReadyTimeLeft   := 0;