hedgewars/uConsts.pas
changeset 294 92a7ccd67bb9
parent 285 cdab49768c83
child 300 be94799f33d2
--- a/hedgewars/uConsts.pas	Sat Dec 09 19:47:31 2006 +0000
+++ b/hedgewars/uConsts.pas	Sun Dec 10 12:09:32 2006 +0000
@@ -108,13 +108,13 @@
       cMaxHHIndex      = 7;
       cMaxHHs          = 20;
       cMaxSpawnPoints  = 1024;
-      cHHSurfaceWidth     = 512;
-     // cHHSurfaceHeigth    = 256;
 
       cMaxEdgePoints = 16384;
 
       cHHRadius = 9;
       cHHStepTicks = 38;
+      cHHZ = 1000;
+      cCurrHHZ = Succ(cHHZ);
 
       cKeyMaxIndex = 1023;