diff -r e8cf72d0e0f7 -r 0e04504bc140 hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Thu Sep 27 16:55:49 2007 +0000 +++ b/hedgewars/uMisc.pas Sat Sep 29 16:39:21 2007 +0000 @@ -61,7 +61,7 @@ cExplosionBorderColor : LongWord = $808080; cShowFPS : boolean = true; - cCaseFactor : Longword = 7; {1..10} + cCaseFactor : Longword = 6; {0..9} cFullScreen : boolean = true; cLocaleFName : shortstring = 'en.txt'; cSeed : shortstring = ''; @@ -69,9 +69,12 @@ cVolumeDelta : LongInt = 0; cTimerInterval : Longword = 5; cHasFocus : boolean = true; + cInactDelay : Longword = 1500; +{$WARNINGS OFF} cAirPlaneSpeed: hwFloat = (isNegative: false; QWordValue: 6012954214); // 1.4 cBombsSpeed : hwFloat = (isNegative: false; QWordValue: 429496729); +{$WARNINGS ON} var cSendEmptyPacketTime : LongWord = 2000;