hedgewars/uMisc.pas
changeset 2915 a02f276035e8
parent 2905 f3c79f7193a9
child 2947 803b277e4894
equal deleted inserted replaced
2914:7db64c269a5b 2915:a02f276035e8
    82 	
    82 	
    83 	recordFileName	: shortstring;
    83 	recordFileName	: shortstring;
    84 	cShowFPS	: boolean;
    84 	cShowFPS	: boolean;
    85 	cCaseFactor	: Longword;
    85 	cCaseFactor	: Longword;
    86 	cLandAdditions	: Longword;
    86 	cLandAdditions	: Longword;
       
    87 	cExplosives	: Longword;
    87 	cFullScreen	: boolean;
    88 	cFullScreen	: boolean;
    88 	cReducedQuality	: boolean;
    89 	cReducedQuality	: boolean;
    89 	cLocaleFName	: shortstring;
    90 	cLocaleFName	: shortstring;
    90 	cSeed		: shortstring;
    91 	cSeed		: shortstring;
    91 	cInitVolume	: LongInt;
    92 	cInitVolume	: LongInt;
   721 	// init flags
   722 	// init flags
   722 	recordFileName		:= '';
   723 	recordFileName		:= '';
   723 	cShowFPS		:= false;
   724 	cShowFPS		:= false;
   724 	cCaseFactor		:= 5;  {0..9}
   725 	cCaseFactor		:= 5;  {0..9}
   725 	cLandAdditions		:= 4;
   726 	cLandAdditions		:= 4;
       
   727 	cExplosives		:= 2;
   726 	cFullScreen		:= false;
   728 	cFullScreen		:= false;
   727 	cReducedQuality		:= false;
   729 	cReducedQuality		:= false;
   728 	cLocaleFName		:= 'en.txt';
   730 	cLocaleFName		:= 'en.txt';
   729 	cSeed			:= '';
   731 	cSeed			:= '';
   730 	cInitVolume		:= 50;
   732 	cInitVolume		:= 50;