hedgewars/uConsts.pas
changeset 188 a7c2a61524c2
parent 183 57c2ef19f719
child 198 6f00e0f4cb88
equal deleted inserted replaced
187:96c3154efee5 188:a7c2a61524c2
    86       cifMap       = $00000002; // either theme or map (or map+theme)
    86       cifMap       = $00000002; // either theme or map (or map+theme)
    87       cifAllInited = cifRandomize or
    87       cifAllInited = cifRandomize or
    88                      cifTheme or
    88                      cifTheme or
    89                      cifMap;
    89                      cifMap;
    90 
    90 
    91       cTransparentColor: Cardinal = $000000;
    91       cTransparentColor: Longword = $000000;
    92 
    92 
    93       cMaxHHIndex      = 7;
    93       cMaxHHIndex      = 7;
    94       cMaxHHs          = 20;
    94       cMaxHHs          = 20;
    95       cMaxSpawnPoints  = 1024;
    95       cMaxSpawnPoints  = 1024;
    96       cHHSurfaceWidth     = 512;
    96       cHHSurfaceWidth     = 512;