hedgewars/uMisc.pas
changeset 3634 93d260c96635
parent 3626 19f78afa0188
child 3650 ec90e573f47a
equal deleted inserted replaced
3632:8e1bd8b5780e 3634:93d260c96635
    79     //ipcPort is in uIO
    79     //ipcPort is in uIO
    80     cFullScreen     : boolean = false;
    80     cFullScreen     : boolean = false;
    81     isSoundEnabled  : boolean = true;
    81     isSoundEnabled  : boolean = true;
    82     isMusicEnabled  : boolean = false;
    82     isMusicEnabled  : boolean = false;
    83     cVSyncInUse     : boolean = true;    
    83     cVSyncInUse     : boolean = true;    
    84     cWeaponTooltips : boolean = true;
       
    85     cLocaleFName    : shortstring = 'en.txt';
    84     cLocaleFName    : shortstring = 'en.txt';
    86     cInitVolume     : LongInt = 50;
    85     cInitVolume     : LongInt = 50;
    87     cTimerInterval  : LongInt = 8;
    86     cTimerInterval  : LongInt = 8;
    88     //pathPrefix is in uConsts
    87     //pathPrefix is in uConsts
    89     cShowFPS        : boolean = false;
    88     cShowFPS        : boolean = false;