hedgewars/uMisc.pas
branchexperimental3D
changeset 3694 3e9c0634065c
parent 3690 c247dee9e1c0
child 3696 6009d8378422
equal deleted inserted replaced
3692:bbec1275e46f 3694:3e9c0634065c
    32 
    32 
    33     isSEBackup      : boolean;
    33     isSEBackup      : boolean;
    34     isInMultiShoot  : boolean;
    34     isInMultiShoot  : boolean;
    35     isSpeed         : boolean;
    35     isSpeed         : boolean;
    36     isFirstFrame    : boolean;
    36     isFirstFrame    : boolean;
    37 
       
    38     isStereoEnabled : boolean = true;
       
    39 
    37 
    40     isStereoEnabled : boolean;
    38     isStereoEnabled : boolean;
    41 
    39 
    42     fastUntilLag    : boolean;
    40     fastUntilLag    : boolean;
    43 
    41