hedgewars/uVariables.pas
changeset 5247 bf6d4bc531d2
parent 5238 46ddaf14509d
child 5294 67278f1cba2c
equal deleted inserted replaced
5244:1b408b965c01 5247:bf6d4bc531d2
    60     isInMultiShoot  : boolean;
    60     isInMultiShoot  : boolean;
    61     isSpeed         : boolean;
    61     isSpeed         : boolean;
    62     isFirstFrame    : boolean;
    62     isFirstFrame    : boolean;
    63 
    63 
    64     fastUntilLag    : boolean;
    64     fastUntilLag    : boolean;
       
    65     autoCameraOn    : boolean;
    65 
    66 
    66     GameState       : TGameState;
    67     GameState       : TGameState;
    67     GameType        : TGameType;
    68     GameType        : TGameType;
    68     InputMask       : LongWord;
    69     InputMask       : LongWord;
    69     GameFlags       : Longword;
    70     GameFlags       : Longword;
  2354     isInMultiShoot  := false;
  2355     isInMultiShoot  := false;
  2355     isSpeed         := false;
  2356     isSpeed         := false;
  2356     fastUntilLag    := false;
  2357     fastUntilLag    := false;
  2357     isFirstFrame    := true;
  2358     isFirstFrame    := true;
  2358     isSEBackup      := true;
  2359     isSEBackup      := true;
       
  2360     autoCameraOn    := true;
  2359     cSeed           := '';
  2361     cSeed           := '';
  2360     cVolumeDelta    := 0;
  2362     cVolumeDelta    := 0;
  2361     cHasFocus       := true;
  2363     cHasFocus       := true;
  2362     cInactDelay     := 1250;
  2364     cInactDelay     := 1250;
  2363     ReadyTimeLeft   := 0;
  2365     ReadyTimeLeft   := 0;