colors: there are 4 color sets…

This commit is contained in:
Boris Faure 2020-11-11 19:01:06 +01:00
parent 110676c3bf
commit e96347d153
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ colors_standard_get(int set, int col,
unsigned char *b,
unsigned char *a)
{
assert((set >= 0) && (set < 3));
assert((set >= 0) && (set < 4));
*r = default_colors[set][col].r;
*g = default_colors[set][col].g;