hedgewars/uConsts.pas
changeset 10483 1f58cb4aa773
parent 10421 87e47843018e
child 10499 0d8016085108
equal deleted inserted replaced
10482:b49b82351ad3 10483:1f58cb4aa773
   149 
   149 
   150     cMaxTeams        = 8;
   150     cMaxTeams        = 8;
   151     cMaxHHIndex      = 7;
   151     cMaxHHIndex      = 7;
   152     cMaxHHs          = 48;
   152     cMaxHHs          = 48;
   153 
   153 
   154     cMaxEdgePoints = 16384;
   154     cMaxEdgePoints = 24576;
   155 
   155 
   156     cHHRadius = 9;
   156     cHHRadius = 9;
   157     cHHStepTicks = 29;
   157     cHHStepTicks = 29;
   158 
   158 
   159     cHHZ = 1000;
   159     cHHZ = 1000;