hedgewars/uVariables.pas
changeset 10526 b43d175d1577
parent 10472 8d04cebedb16
child 10532 28651db3f90e
equal deleted inserted replaced
10525:019b4fbb21d4 10526:b43d175d1577
    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;
    39     ipcPort            : Word;
       
    40     AprilOne           : boolean;
    40     cFullScreen        : boolean;
    41     cFullScreen        : boolean;
    41     cLocaleFName       : shortstring;
    42     cLocaleFName       : shortstring;
    42     cLocale            : shortstring;
    43     cLocale            : shortstring;
    43     cTimerInterval     : LongInt;
    44     cTimerInterval     : LongInt;
    44     PathPrefix         : ansistring;
    45     PathPrefix         : ansistring;
  2649 
  2650 
  2650     UIDisplay:= uiAll;
  2651     UIDisplay:= uiAll;
  2651     LocalMessage:= 0;
  2652     LocalMessage:= 0;
  2652 
  2653 
  2653     cViewLimitsDebug:= false;
  2654     cViewLimitsDebug:= false;
       
  2655     AprilOne := false;
  2654 end;
  2656 end;
  2655 
  2657 
  2656 procedure freeModule;
  2658 procedure freeModule;
  2657 begin
  2659 begin
  2658 end;
  2660 end;