hedgewars/uConsts.pas
changeset 5441 39962b855540
parent 5366 bfdd925e89a5
child 5550 50650032c251
child 5717 6d513913b7a9
equal deleted inserted replaced
5439:25d3784dc0f6 5441:39962b855540
   118     cifTheme     = $00000002;
   118     cifTheme     = $00000002;
   119     cifMap       = $00000002; // either theme or map (or map+theme)
   119     cifMap       = $00000002; // either theme or map (or map+theme)
   120     cifAllInited = cifRandomize or cifTheme or cifMap;
   120     cifAllInited = cifRandomize or cifTheme or cifMap;
   121 
   121 
   122     cTransparentColor: Longword = $00000000;
   122     cTransparentColor: Longword = $00000000;
       
   123     cGrayScale: Boolean = false;
       
   124 
       
   125     RGB_LUMINANCE_RED    = 0.212671;
       
   126     RGB_LUMINANCE_GREEN  = 0.715160;
       
   127     RGB_LUMINANCE_BLUE   = 0.072169;
       
   128 (*
       
   129     RGB_LUMINANCE_RED    = 0.3333333333;
       
   130     RGB_LUMINANCE_GREEN  = 0.3333333333;
       
   131     RGB_LUMINANCE_BLUE   = 0.3333333333;
       
   132 *)
   123 
   133 
   124     cMaxTeams        = 8;
   134     cMaxTeams        = 8;
   125     cMaxHHIndex      = 7;
   135     cMaxHHIndex      = 7;
   126     cMaxHHs          = 48;
   136     cMaxHHs          = 48;
   127     cMaxSpawnPoints  = 1024;
   137     cMaxSpawnPoints  = 1024;