hedgewars/uMisc.pas
changeset 81 d74e0e914b50
parent 80 3c3dc6a148ca
child 95 1ef5e2c41115
equal deleted inserted replaced
80:3c3dc6a148ca 81:d74e0e914b50
    77     cGravity      : Real = 0.0005;
    77     cGravity      : Real = 0.0005;
    78 
    78 
    79     cShowFPS      : boolean = true;
    79     cShowFPS      : boolean = true;
    80     cFullScreen   : boolean = true;
    80     cFullScreen   : boolean = true;
    81     cLocaleFName  : shortstring = 'en.txt';
    81     cLocaleFName  : shortstring = 'en.txt';
       
    82     cSeed         : shortstring = '';
    82 
    83 
    83 const
    84 const
    84     cMaxPower     = 1500;
    85     cMaxPower     = 1500;
    85     cMaxAngle     = 2048;
    86     cMaxAngle     = 2048;
    86     cPowerDivisor = 1500;
    87     cPowerDivisor = 1500;