hedgewars/uVariables.pas
changeset 8309 edcfb5e43245
parent 8204 9a6030d96273
child 8330 aaefa587e277
child 8354 c25bee85d6f8
equal deleted inserted replaced
8308:cdf83bdf7b27 8309:edcfb5e43245
    32     cOrigScreenWidth   : LongInt;
    32     cOrigScreenWidth   : LongInt;
    33     cOrigScreenHeight  : LongInt;
    33     cOrigScreenHeight  : LongInt;
    34     cNewScreenWidth    : LongInt;
    34     cNewScreenWidth    : LongInt;
    35     cNewScreenHeight   : LongInt;
    35     cNewScreenHeight   : LongInt;
    36     cScreenResizeDelay : LongWord;
    36     cScreenResizeDelay : LongWord;
    37     cBits              : LongInt;
       
    38     ipcPort            : Word;
    37     ipcPort            : Word;
    39     cFullScreen        : boolean;
    38     cFullScreen        : boolean;
    40     cLocaleFName       : shortstring;
    39     cLocaleFName       : shortstring;
    41     cLocale            : shortstring;
    40     cLocale            : shortstring;
    42     cTimerInterval     : LongInt;
    41     cTimerInterval     : LongInt;
  2325 begin
  2324 begin
  2326     // initialisation flags - they are going to be overwritten by program args
  2325     // initialisation flags - they are going to be overwritten by program args
  2327 
  2326 
  2328     cScreenWidth    := 1024;
  2327     cScreenWidth    := 1024;
  2329     cScreenHeight   := 768;
  2328     cScreenHeight   := 768;
  2330     cBits           := 32;
       
  2331     cShowFPS        := false;
  2329     cShowFPS        := false;
  2332     cAltDamage      := true;
  2330     cAltDamage      := true;
  2333     cTimerInterval  := 8;
  2331     cTimerInterval  := 8;
  2334     cReducedQuality := rqNone;
  2332     cReducedQuality := rqNone;
  2335     cLocaleFName    := 'en.txt';
  2333     cLocaleFName    := 'en.txt';