equal
deleted
inserted
replaced
122 cifMap = $00000002; // either theme or map (or map+theme) |
122 cifMap = $00000002; // either theme or map (or map+theme) |
123 cifAllInited = cifRandomize or cifTheme or cifMap; |
123 cifAllInited = cifRandomize or cifTheme or cifMap; |
124 |
124 |
125 cTransparentColor: Longword = $00000000; |
125 cTransparentColor: Longword = $00000000; |
126 |
126 |
127 cMaxTeams = 6; |
127 cMaxTeams = 8; |
128 cMaxHHIndex = 7; |
128 cMaxHHIndex = 7; |
129 cMaxHHs = 48; |
129 cMaxHHs = 48; |
130 cMaxSpawnPoints = 1024; |
130 cMaxSpawnPoints = 1024; |
131 |
131 |
132 cMaxEdgePoints = 16384; |
132 cMaxEdgePoints = 16384; |