Update tgidemo.c - i really like BLACK but that was a bit much :)
This commit is contained in:
@@ -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]);
|
||||||
|
|||||||
Reference in New Issue
Block a user