Update tgidemo.c - i really like BLACK but that was a bit much :)

This commit is contained in:
Bob Andrews
2025-06-12 01:00:17 +02:00
committed by GitHub
parent 2f16defd6f
commit c3defc1b1c

View File

@@ -85,12 +85,12 @@ static void DoPalette (int n)
{ COLOR_BLACK, COLOR_BLUE }, { COLOR_BLACK, COLOR_BLUE },
{ COLOR_WHITE, COLOR_BLACK }, { COLOR_WHITE, COLOR_BLACK },
{ COLOR_RED, COLOR_BLACK }, { COLOR_RED, COLOR_BLACK },
{ COLOR_BLACK, COLOR_BLACK } { COLOR_BLACK, COLOR_WHITE }
#else #else
{ COLOR_WHITE, COLOR_BLACK }, { COLOR_WHITE, COLOR_BLACK },
{ COLOR_BLACK, COLOR_BLACK }, { COLOR_BLACK, COLOR_WHITE },
{ COLOR_WHITE, COLOR_BLACK }, { COLOR_WHITE, COLOR_BLACK },
{ COLOR_BLACK, COLOR_BLACK } { COLOR_BLACK, COLOR_WHITE }
#endif #endif
}; };
tgi_setpalette (Palette[n]); tgi_setpalette (Palette[n]);