hedgewars/uVariables.pas
changeset 5238 46ddaf14509d
parent 5197 9fa96377a69c
child 5247 bf6d4bc531d2
child 5279 66969e7494c5
equal deleted inserted replaced
5237:963d787a25c2 5238:46ddaf14509d
    35     cLocaleFName    : shortstring = 'en.txt';
    35     cLocaleFName    : shortstring = 'en.txt';
    36     cLocale         : shortstring = 'en';
    36     cLocale         : shortstring = 'en';
    37     cInitVolume     : LongInt     = 100;
    37     cInitVolume     : LongInt     = 100;
    38     cTimerInterval  : LongInt     = 8;
    38     cTimerInterval  : LongInt     = 8;
    39     PathPrefix      : shortstring = './';
    39     PathPrefix      : shortstring = './';
       
    40     UserPathPrefix  : shortstring = './';
    40     cShowFPS        : boolean     = false;
    41     cShowFPS        : boolean     = false;
    41     cAltDamage      : boolean     = true;
    42     cAltDamage      : boolean     = true;
    42     cReducedQuality : LongWord    = rqNone;
    43     cReducedQuality : LongWord    = rqNone;
    43     UserNick        : shortstring = '';
    44     UserNick        : shortstring = '';
    44     recordFileName  : shortstring = '';
    45     recordFileName  : shortstring = '';
    99 
   100 
   100     GameTicks   : LongWord;
   101     GameTicks   : LongWord;
   101 
   102 
   102     // originally from uConsts
   103     // originally from uConsts
   103     Pathz: array[TPathType] of shortstring;
   104     Pathz: array[TPathType] of shortstring;
       
   105     UserPathz: array[TPathType] of shortstring;
   104     CountTexz: array[1..Pred(AMMO_INFINITE)] of PTexture;
   106     CountTexz: array[1..Pred(AMMO_INFINITE)] of PTexture;
   105     LAND_WIDTH       : Word;
   107     LAND_WIDTH       : Word;
   106     LAND_HEIGHT      : Word;
   108     LAND_HEIGHT      : Word;
   107     LAND_WIDTH_MASK  : LongWord;
   109     LAND_WIDTH_MASK  : LongWord;
   108     LAND_HEIGHT_MASK : LongWord;
   110     LAND_HEIGHT_MASK : LongWord;
  2400     isMusicEnabled  := false;
  2402     isMusicEnabled  := false;
  2401     cLocaleFName    := 'en.txt';
  2403     cLocaleFName    := 'en.txt';
  2402     cInitVolume     := 100;
  2404     cInitVolume     := 100;
  2403     cTimerInterval  := 8;
  2405     cTimerInterval  := 8;
  2404     PathPrefix      := './';
  2406     PathPrefix      := './';
       
  2407     UserPathPrefix  := './';
  2405     cShowFPS        := false;
  2408     cShowFPS        := false;
  2406     cAltDamage      := true;
  2409     cAltDamage      := true;
  2407     cReducedQuality := rqNone;
  2410     cReducedQuality := rqNone;
  2408     UserNick        := '';
  2411     UserNick        := '';
  2409     recordFileName  := '';
  2412     recordFileName  := '';