hedgewars/uConsts.pas
changeset 547 b81a055f2d06
parent 542 ec26095f1bed
child 553 5478386d935f
equal deleted inserted replaced
546:0e7cc3fb05cd 547:b81a055f2d06
   113                      cifTheme or
   113                      cifTheme or
   114                      cifMap;
   114                      cifMap;
   115 
   115 
   116       cTransparentColor: Longword = $000000;
   116       cTransparentColor: Longword = $000000;
   117 
   117 
       
   118       cMaxTeams        = 6;  
   118       cMaxHHIndex      = 7;
   119       cMaxHHIndex      = 7;
   119       cMaxHHs          = 30;
   120       cMaxHHs          = 30;
   120       cMaxSpawnPoints  = 1024;
   121       cMaxSpawnPoints  = 1024;
   121 
   122 
   122       cMaxEdgePoints = 16384;
   123       cMaxEdgePoints = 16384;