hedgewars/uConsts.pas
changeset 2382 bfd378dfc4e7
parent 2376 ece7b87f1334
child 2409 dbf195c3e09c
--- a/hedgewars/uConsts.pas	Wed Sep 16 12:48:27 2009 +0000
+++ b/hedgewars/uConsts.pas	Wed Sep 16 14:44:40 2009 +0000
@@ -169,7 +169,8 @@
     ifIgnoreCaps  = $00000008; // ignore hardware capabilities when loading (i.e. image will not be drawn using OpenGL)
     ifLowRes      = $00000010; // try loading a low resolution image when it is critical
 
-const	cMaxPower     = 1500;
+const
+	cMaxPower     = 1500;
 	cMaxAngle     = 2048;
 	cPowerDivisor = 1500;
 
@@ -239,6 +240,8 @@
 
 	cMaxCaptions = 4;
 
+	cSendEmptyPacketTime = 1000;
+
 	gfForts        = $00000001;
 	gfMultiWeapon  = $00000002;
 	gfSolidLand    = $00000004;