diff options
Diffstat (limited to 'hl/test/pal_rgb.h')
-rw-r--r-- | hl/test/pal_rgb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/pal_rgb.h b/hl/test/pal_rgb.h index 0b75284..4b66220 100644 --- a/hl/test/pal_rgb.h +++ b/hl/test/pal_rgb.h @@ -1,7 +1,7 @@ -const unsigned char pal_rgb[256*3] = {0,0,0, +const unsigned char pal_rgb[256*3] = {255,255,255, 0,0,131, 0,0,135, 0,0,139, |