We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff20c7 commit a1c2915Copy full SHA for a1c2915
1 file changed
src/video/video.c
@@ -612,7 +612,7 @@ cgapal_rebuild_monitor(int monitor_index)
612
palette_lookup[0x15] = 0xffc400c4;
613
palette_lookup[0x16] = 0xffc47e00;
614
palette_lookup[0x17] = 0xffc4c4c4;
615
- palette_lookup[0x18] = 0x0ffe4e4e;
+ palette_lookup[0x18] = 0xff4e4e4e;
616
palette_lookup[0x19] = 0xff4e4edc;
617
palette_lookup[0x1a] = 0xff4edc4e;
618
palette_lookup[0x1b] = 0xff4ef3f3;
0 commit comments