equal
deleted
inserted
replaced
118 cifTheme = $00000002; |
118 cifTheme = $00000002; |
119 cifMap = $00000002; // either theme or map (or map+theme) |
119 cifMap = $00000002; // either theme or map (or map+theme) |
120 cifAllInited = cifRandomize or cifTheme or cifMap; |
120 cifAllInited = cifRandomize or cifTheme or cifMap; |
121 |
121 |
122 cTransparentColor: Longword = $00000000; |
122 cTransparentColor: Longword = $00000000; |
|
123 cGrayScale: Boolean = false; |
|
124 |
|
125 RGB_LUMINANCE_RED = 0.212671; |
|
126 RGB_LUMINANCE_GREEN = 0.715160; |
|
127 RGB_LUMINANCE_BLUE = 0.072169; |
|
128 (* |
|
129 RGB_LUMINANCE_RED = 0.3333333333; |
|
130 RGB_LUMINANCE_GREEN = 0.3333333333; |
|
131 RGB_LUMINANCE_BLUE = 0.3333333333; |
|
132 *) |
123 |
133 |
124 cMaxTeams = 8; |
134 cMaxTeams = 8; |
125 cMaxHHIndex = 7; |
135 cMaxHHIndex = 7; |
126 cMaxHHs = 48; |
136 cMaxHHs = 48; |
127 cMaxSpawnPoints = 1024; |
137 cMaxSpawnPoints = 1024; |