hedgewars/uVariables.pas
branchqmlfrontend
changeset 10416 1c301054694d
parent 10361 bc95b7c769a2
child 10424 4be6cd55f1cf
equal deleted inserted replaced
10414:50bcefec5bf6 10416:1c301054694d
    34     cScreenWidth       : LongInt;
    34     cScreenWidth       : LongInt;
    35     cScreenHeight      : LongInt;
    35     cScreenHeight      : LongInt;
    36     cNewScreenWidth    : LongInt;
    36     cNewScreenWidth    : LongInt;
    37     cNewScreenHeight   : LongInt;
    37     cNewScreenHeight   : LongInt;
    38     cScreenResizeDelay : LongWord;
    38     cScreenResizeDelay : LongWord;
    39     ipcPort            : Word;
       
    40     cFullScreen        : boolean;
    39     cFullScreen        : boolean;
    41     cLocaleFName       : shortstring;
    40     cLocaleFName       : shortstring;
    42     cLocale            : shortstring;
    41     cLocale            : shortstring;
    43     cTimerInterval     : LongInt;
    42     cTimerInterval     : LongInt;
    44     PathPrefix         : ansistring;
    43     PathPrefix         : ansistring;
  2423     cReducedQuality := rqNone;
  2422     cReducedQuality := rqNone;
  2424     cLocaleFName    := 'en.txt';
  2423     cLocaleFName    := 'en.txt';
  2425     cFullScreen     := false;
  2424     cFullScreen     := false;
  2426 
  2425 
  2427     UserPathPrefix  := '';
  2426     UserPathPrefix  := '';
  2428     ipcPort         := 0;
       
  2429     recordFileName  := '';
  2427     recordFileName  := '';
  2430     UserNick        := '';
  2428     UserNick        := '';
  2431     cStereoMode     := smNone;
  2429     cStereoMode     := smNone;
  2432     GrayScale       := false;
  2430     GrayScale       := false;
  2433     PathPrefix      := './';
  2431     PathPrefix      := './';