diff -r 00a532e8808e -r 92a7ccd67bb9 hedgewars/uConsts.pas --- 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;