hedgewars/uVariables.pas
changeset 7198 5debd5fe526e
parent 7180 53ffc8853008
child 7231 f484455dd055
equal deleted inserted replaced
7196:4fba5519c37f 7198:5debd5fe526e
    50     UserNick        : shortstring = '';
    50     UserNick        : shortstring = '';
    51     recordFileName  : shortstring = '';
    51     recordFileName  : shortstring = '';
    52     cReadyDelay     : Longword    = 5000;
    52     cReadyDelay     : Longword    = 5000;
    53     cStereoMode     : TStereoMode = smNone;
    53     cStereoMode     : TStereoMode = smNone;
    54     cOnlyStats      : boolean = False;
    54     cOnlyStats      : boolean = False;
    55     cRecPrefix      : shortstring = '';
    55 {$IFDEF USE_VIDEO_RECORDING}
       
    56     cRecPrefix      : shortstring;
       
    57     cAVFormat       : shortstring;
       
    58     cVideoCodec     : shortstring;
       
    59     cVideoFramerateNum : Int64;
       
    60     cVideoFramerateDen : Int64;
       
    61     cVideoQuality      : LongInt;
       
    62     cVideoPreset    : shortstring;
       
    63     cAudioCodec     : shortstring;
       
    64     cAudioQuality   : LongInt;
       
    65 {$ENDIF}
    56 //////////////////////////
    66 //////////////////////////
    57     cMapName        : shortstring = '';
    67     cMapName        : shortstring = '';
    58 
    68 
    59     isCursorVisible : boolean;
    69     isCursorVisible : boolean;
    60     isInLag         : boolean;
    70     isInLag         : boolean;