hedgewars/uMisc.pas
changeset 622 cedd47d956ec
parent 614 0e04504bc140
child 626 a30171dbcd19
equal deleted inserted replaced
621:8bdbc240f50f 622:cedd47d956ec
    60     cColorNearBlack       : Longword = 16;
    60     cColorNearBlack       : Longword = 16;
    61     cExplosionBorderColor : LongWord = $808080;
    61     cExplosionBorderColor : LongWord = $808080;
    62 
    62 
    63     cShowFPS      : boolean = true;
    63     cShowFPS      : boolean = true;
    64     cCaseFactor   : Longword = 6;  {0..9}
    64     cCaseFactor   : Longword = 6;  {0..9}
       
    65     cLandAdditions: Longword = 4;
    65     cFullScreen   : boolean = true;
    66     cFullScreen   : boolean = true;
    66     cLocaleFName  : shortstring = 'en.txt';
    67     cLocaleFName  : shortstring = 'en.txt';
    67     cSeed         : shortstring = '';
    68     cSeed         : shortstring = '';
    68     cInitVolume   : LongInt = 128;
    69     cInitVolume   : LongInt = 128;
    69     cVolumeDelta  : LongInt = 0;
    70     cVolumeDelta  : LongInt = 0;