hedgewars/uConsts.pas
changeset 13582 517b26009073
parent 13573 e896ff1b1d96
child 13593 083733ec7941
equal deleted inserted replaced
13581:9c8749bb0d06 13582:517b26009073
   171     RGB_LUMINANCE_BLUE   = 0.072169;
   171     RGB_LUMINANCE_BLUE   = 0.072169;
   172 
   172 
   173     cMaxTeams        = 8;
   173     cMaxTeams        = 8;
   174     cMaxHHIndex      = 7;
   174     cMaxHHIndex      = 7;
   175     cMaxHHs          = cMaxTeams * (cMaxHHIndex+1);
   175     cMaxHHs          = cMaxTeams * (cMaxHHIndex+1);
       
   176 
       
   177     cClanColors      = 9;
   176 
   178 
   177     cMaxEdgePoints = 32768;
   179     cMaxEdgePoints = 32768;
   178 
   180 
   179     cHHRadius = 9;
   181     cHHRadius = 9;
   180     cHHStepTicks = 29;
   182     cHHStepTicks = 29;