hedgewars/uConsts.pas
changeset 614 0e04504bc140
parent 601 78a68cc4d846
child 615 b646b3c43369
equal deleted inserted replaced
613:e8cf72d0e0f7 614:0e04504bc140
   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       cMaxTeams        = 6;
   119       cMaxHHIndex      = 7;
   119       cMaxHHIndex      = 7;
   120       cMaxHHs          = 30;
   120       cMaxHHs          = 30;
   121       cMaxSpawnPoints  = 1024;
   121       cMaxSpawnPoints  = 1024;
   122 
   122 
   123       cMaxEdgePoints = 16384;
   123       cMaxEdgePoints = 16384;
   133 
   133 
   134       cKeyMaxIndex = 1023;
   134       cKeyMaxIndex = 1023;
   135 
   135 
   136       cMaxCaptions = 4;
   136       cMaxCaptions = 4;
   137 
   137 
   138       cInactDelay = 1500;
       
   139 
       
   140       gfForts       = $00000001;
   138       gfForts       = $00000001;
       
   139       gfMultiWeapon = $00000002;
   141       gfOneClanMode = $10000000;
   140       gfOneClanMode = $10000000;
   142 
   141 
   143       gstDrowning       = $00000001;
   142       gstDrowning       = $00000001;
   144       gstHHDriven       = $00000002;
   143       gstHHDriven       = $00000002;
   145       gstMoving         = $00000004;
   144       gstMoving         = $00000004;