(svn r21897) -Fix (21707): Kenobi visited IsValidConsoleColour shortly
This commit is contained in:
@@ -509,7 +509,7 @@ bool IsValidConsoleColour(TextColour c)
|
||||
/* A text colour from the palette is used; must be the company
|
||||
* colour gradient, so it must be one of those. */
|
||||
c &= ~TC_IS_PALETTE_COLOUR;
|
||||
for (uint i = TC_BEGIN; i < TC_END; i++) {
|
||||
for (uint i = COLOUR_BEGIN; i < COLOUR_END; i++) {
|
||||
if (_colour_gradient[i][4] == c) return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user