hedgewars/hwengine.pas
changeset 2409 dbf195c3e09c
parent 2392 a55dbef5cf31
child 2413 d921d13a8546
equal deleted inserted replaced
2408:41ebdb5f1e6e 2409:dbf195c3e09c
   262 		val(cBitsStr, cBits);
   262 		val(cBitsStr, cBits);
   263 		val('100', cInitVolume);
   263 		val('100', cInitVolume);
   264 		isMusicEnabled:= false;
   264 		isMusicEnabled:= false;
   265 		isSoundEnabled:= false;
   265 		isSoundEnabled:= false;
   266 		cLocaleFName:= 'en.txt';
   266 		cLocaleFName:= 'en.txt';
   267 		cFullScreen:= false;
   267 		cFullScreen:= true; //T or F is is the same here
   268 		cAltDamage:= false;
   268 		cAltDamage:= false;
   269 		cShowFPS:= false;
   269 		cShowFPS:= true;
   270 		val('8', cTimerInterval);
   270 		val('8', cTimerInterval);
   271 		cReducedQuality:= false;
   271 		cReducedQuality:= false;
   272 
   272 
   273         for p:= Succ(Low(TPathType)) to High(TPathType) do
   273         for p:= Succ(Low(TPathType)) to High(TPathType) do
   274 			if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p]
   274 			if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p]