diff -r 839fd258ae6f -r e09f7c952a40 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Fri Jan 20 19:02:50 2006 +0000 +++ b/hedgewars/uConsts.pas Sat Jan 21 16:18:19 2006 +0000 @@ -84,12 +84,17 @@ msgGettingConfig = 'Getting game config...'; const - cAppName = 'hw'; - cAppTitle = 'hw'; cNetProtoVersion = 1; rndfillstr = 'hw'; + cifRandomize = $00000001; + cifTheme = $00000002; + cifMap = $00000002; // either theme or map (or map+theme) + cifAllInited = cifRandomize or + cifTheme or + cifMap; + cTransparentColor: Cardinal = $000000; cMaxHHIndex = 9;