hedgewars/uVariables.pas
changeset 7414 a9f18c66ce34
parent 7403 e8d0b21efa82
child 7416 2f2f78fc65a3
equal deleted inserted replaced
7412:9e5aa3c8dc62 7414:a9f18c66ce34
    58     isCursorVisible : boolean;
    58     isCursorVisible : boolean;
    59     isInLag         : boolean;
    59     isInLag         : boolean;
    60     isPaused        : boolean;
    60     isPaused        : boolean;
    61     isInMultiShoot  : boolean;
    61     isInMultiShoot  : boolean;
    62     isSpeed         : boolean;
    62     isSpeed         : boolean;
       
    63     SpeedStart      : LongWord;
    63 
    64 
    64     fastUntilLag    : boolean;
    65     fastUntilLag    : boolean;
    65     autoCameraOn    : boolean;
    66     autoCameraOn    : boolean;
    66 
    67 
    67     CheckSum        : LongWord;
    68     CheckSum        : LongWord;
  2581     isCursorVisible := false;
  2582     isCursorVisible := false;
  2582     isInLag         := false;
  2583     isInLag         := false;
  2583     isPaused        := false;
  2584     isPaused        := false;
  2584     isInMultiShoot  := false;
  2585     isInMultiShoot  := false;
  2585     isSpeed         := false;
  2586     isSpeed         := false;
       
  2587     SpeedStart      := 0;
  2586     fastUntilLag    := false;
  2588     fastUntilLag    := false;
  2587     autoCameraOn    := true;
  2589     autoCameraOn    := true;
  2588     cScriptName     := '';
  2590     cScriptName     := '';
  2589     cSeed           := '';
  2591     cSeed           := '';
  2590     cVolumeDelta    := 0;
  2592     cVolumeDelta    := 0;