hedgewars/uConsts.pas
changeset 55 e09f7c952a40
parent 53 0e27949850e3
child 56 a29135563e94
--- 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;