hedgewars/uMisc.pas
changeset 614 0e04504bc140
parent 564 17fb45c670c1
child 622 cedd47d956ec
--- 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;