Dec delay
authorunc0rr
Sun, 06 Jul 2008 20:03:09 +0000
changeset 1057 6b5785287f42
parent 1056 bb33a634a4b0
child 1058 c53c5c4e7b48
Dec delay
hedgewars/uMisc.pas
--- a/hedgewars/uMisc.pas	Sun Jul 06 20:02:42 2008 +0000
+++ b/hedgewars/uMisc.pas	Sun Jul 06 20:03:09 2008 +0000
@@ -68,7 +68,7 @@
 	cVolumeDelta  : LongInt = 0;
 	cTimerInterval   : Longword = 5;
 	cHasFocus     : boolean = true;
-	cInactDelay   : Longword = 1500;
+	cInactDelay   : Longword = 1250;
 
 	bBetweenTurns: boolean = false;
 	cHealthDecrease: LongWord = 0;