--- ray/src/px/clrtab.c 1993/12/09 11:57:15 2.8 +++ ray/src/px/clrtab.c 1993/12/09 12:04:23 2.9 @@ -77,6 +77,8 @@ int ncolors; #ifdef CLOSEST closest(ncolors); /* ensure colors picked are closest */ #endif + /* reset dithering function */ + dith_colrs((BYTE *)NULL, (COLR *)NULL, 0); /* return new color table size */ return(ncolors); }