hedgewars/uVariables.pas
changeset 10127 7f29a65aa1e4
parent 10124 aabd1b75d5a3
child 10133 d73412fbf3b4
equal deleted inserted replaced
10126:2fa3bb7785ee 10127:7f29a65aa1e4
    39     ipcPort            : Word;
    39     ipcPort            : Word;
    40     cFullScreen        : boolean;
    40     cFullScreen        : boolean;
    41     cLocaleFName       : shortstring;
    41     cLocaleFName       : shortstring;
    42     cLocale            : shortstring;
    42     cLocale            : shortstring;
    43     cTimerInterval     : LongInt;
    43     cTimerInterval     : LongInt;
    44     PathPrefix         : shortstring;
    44     PathPrefix         : ansistring;
    45     UserPathPrefix     : shortstring;
    45     UserPathPrefix     : ansistring;
    46     cShowFPS           : boolean;
    46     cShowFPS           : boolean;
    47     cFlattenFlakes     : boolean;
    47     cFlattenFlakes     : boolean;
    48     cFlattenClouds     : boolean;
    48     cFlattenClouds     : boolean;
    49     cIce               : boolean;
    49     cIce               : boolean;
    50     cSnow              : boolean;
    50     cSnow              : boolean;