hedgewars/uConsts.pas
changeset 294 92a7ccd67bb9
parent 285 cdab49768c83
child 300 be94799f33d2
equal deleted inserted replaced
293:00a532e8808e 294:92a7ccd67bb9
   106       cTransparentColor: Longword = $000000;
   106       cTransparentColor: Longword = $000000;
   107 
   107 
   108       cMaxHHIndex      = 7;
   108       cMaxHHIndex      = 7;
   109       cMaxHHs          = 20;
   109       cMaxHHs          = 20;
   110       cMaxSpawnPoints  = 1024;
   110       cMaxSpawnPoints  = 1024;
   111       cHHSurfaceWidth     = 512;
       
   112      // cHHSurfaceHeigth    = 256;
       
   113 
   111 
   114       cMaxEdgePoints = 16384;
   112       cMaxEdgePoints = 16384;
   115 
   113 
   116       cHHRadius = 9;
   114       cHHRadius = 9;
   117       cHHStepTicks = 38;
   115       cHHStepTicks = 38;
       
   116       cHHZ = 1000;
       
   117       cCurrHHZ = Succ(cHHZ);
   118 
   118 
   119       cKeyMaxIndex = 1023;
   119       cKeyMaxIndex = 1023;
   120 
   120 
   121       cMaxCaptions = 4;
   121       cMaxCaptions = 4;
   122 
   122