equal
deleted
inserted
replaced
82 msgOK = 'ok'; |
82 msgOK = 'ok'; |
83 msgFailed = 'failed'; |
83 msgFailed = 'failed'; |
84 msgGettingConfig = 'Getting game config...'; |
84 msgGettingConfig = 'Getting game config...'; |
85 |
85 |
86 const |
86 const |
87 cAppName = 'hw'; |
|
88 cAppTitle = 'hw'; |
|
89 cNetProtoVersion = 1; |
87 cNetProtoVersion = 1; |
90 |
88 |
91 rndfillstr = 'hw'; |
89 rndfillstr = 'hw'; |
|
90 |
|
91 cifRandomize = $00000001; |
|
92 cifTheme = $00000002; |
|
93 cifMap = $00000002; // either theme or map (or map+theme) |
|
94 cifAllInited = cifRandomize or |
|
95 cifTheme or |
|
96 cifMap; |
92 |
97 |
93 cTransparentColor: Cardinal = $000000; |
98 cTransparentColor: Cardinal = $000000; |
94 |
99 |
95 cMaxHHIndex = 9; |
100 cMaxHHIndex = 9; |
96 cMaxHHs = 20; |
101 cMaxHHs = 20; |