fix winquake color glitc bug
the text are now whie instead for black
Modified: trunk/reactos/subsys/win32k/objects/color.c

Modified: trunk/reactos/subsys/win32k/objects/color.c
--- trunk/reactos/subsys/win32k/objects/color.c	2005-05-29 22:33:25 UTC (rev 15677)
+++ trunk/reactos/subsys/win32k/objects/color.c	2005-05-30 07:27:22 UTC (rev 15678)
@@ -32,7 +32,7 @@
 //static HPALETTE hLastRealizedPalette = 0; // UnrealizeObject() needs it
 
 
-static UINT SystemPaletteUse = SYSPAL_STATIC;  /* currently not considered */
+static UINT SystemPaletteUse = SYSPAL_NOSTATIC;  /* the program need save the palate and restore it */
 
 const PALETTEENTRY COLOR_sysPalTemplate[NB_RESERVED_COLORS] =
 {