hedgewars/uMisc.pas
changeset 614 0e04504bc140
parent 564 17fb45c670c1
child 622 cedd47d956ec
equal deleted inserted replaced
613:e8cf72d0e0f7 614:0e04504bc140
    59     cConsoleSplitterColor : Longword = $FF0000;
    59     cConsoleSplitterColor : Longword = $FF0000;
    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 = 7;  {1..10}
    64     cCaseFactor   : Longword = 6;  {0..9}
    65     cFullScreen   : boolean = true;
    65     cFullScreen   : boolean = true;
    66     cLocaleFName  : shortstring = 'en.txt';
    66     cLocaleFName  : shortstring = 'en.txt';
    67     cSeed         : shortstring = '';
    67     cSeed         : shortstring = '';
    68     cInitVolume   : LongInt = 128;
    68     cInitVolume   : LongInt = 128;
    69     cVolumeDelta  : LongInt = 0;
    69     cVolumeDelta  : LongInt = 0;
    70     cTimerInterval   : Longword = 5;
    70     cTimerInterval   : Longword = 5;
    71     cHasFocus     : boolean = true;
    71     cHasFocus     : boolean = true;
    72 
    72     cInactDelay   : Longword = 1500;
       
    73 
       
    74 {$WARNINGS OFF}
    73     cAirPlaneSpeed: hwFloat = (isNegative: false; QWordValue:   6012954214); // 1.4
    75     cAirPlaneSpeed: hwFloat = (isNegative: false; QWordValue:   6012954214); // 1.4
    74     cBombsSpeed   : hwFloat = (isNegative: false; QWordValue:    429496729);
    76     cBombsSpeed   : hwFloat = (isNegative: false; QWordValue:    429496729);
       
    77 {$WARNINGS ON}
    75 
    78 
    76 var
    79 var
    77     cSendEmptyPacketTime : LongWord = 2000;
    80     cSendEmptyPacketTime : LongWord = 2000;
    78     cSendCursorPosTime   : LongWord = 50;
    81     cSendCursorPosTime   : LongWord = 50;
    79     ShowCrosshair  : boolean;
    82     ShowCrosshair  : boolean;