From c3defc1b1c48b2f8db7719aa30e7bc7c9136e7cd Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Thu, 12 Jun 2025 01:00:17 +0200 Subject: [PATCH] Update tgidemo.c - i really like BLACK but that was a bit much :) --- samples/tgidemo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/tgidemo.c b/samples/tgidemo.c index 9fa81fa82..132697182 100644 --- a/samples/tgidemo.c +++ b/samples/tgidemo.c @@ -85,12 +85,12 @@ static void DoPalette (int n) { COLOR_BLACK, COLOR_BLUE }, { COLOR_WHITE, COLOR_BLACK }, { COLOR_RED, COLOR_BLACK }, - { COLOR_BLACK, COLOR_BLACK } + { COLOR_BLACK, COLOR_WHITE } #else { COLOR_WHITE, COLOR_BLACK }, - { COLOR_BLACK, COLOR_BLACK }, + { COLOR_BLACK, COLOR_WHITE }, { COLOR_WHITE, COLOR_BLACK }, - { COLOR_BLACK, COLOR_BLACK } + { COLOR_BLACK, COLOR_WHITE } #endif }; tgi_setpalette (Palette[n]);