equal
deleted
inserted
replaced
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; |