hedgewars/uConsts.pas
changeset 4406 beb4de0af990
parent 4396 3cfd2e15464a
child 4776 ab956d4647a4
equal deleted inserted replaced
4405:ed78465973f6 4406:beb4de0af990
   122     cifMap       = $00000002; // either theme or map (or map+theme)
   122     cifMap       = $00000002; // either theme or map (or map+theme)
   123     cifAllInited = cifRandomize or cifTheme or cifMap;
   123     cifAllInited = cifRandomize or cifTheme or cifMap;
   124 
   124 
   125     cTransparentColor: Longword = $00000000;
   125     cTransparentColor: Longword = $00000000;
   126 
   126 
   127     cMaxTeams        = 6;
   127     cMaxTeams        = 8;
   128     cMaxHHIndex      = 7;
   128     cMaxHHIndex      = 7;
   129     cMaxHHs          = 48;
   129     cMaxHHs          = 48;
   130     cMaxSpawnPoints  = 1024;
   130     cMaxSpawnPoints  = 1024;
   131 
   131 
   132     cMaxEdgePoints = 16384;
   132     cMaxEdgePoints = 16384;