- MFB: colors allocated henceforth from the resulting image overwrite

the palette colors (sync with 2.0.34) (Rob Leslie)
This commit is contained in:
Pierre Joye 2007-04-04 00:41:08 +00:00
parent 28b425fffa
commit 02f5db029d

View file

@ -772,6 +772,7 @@ LOCAL (void)
nim->green[icolor] = 255; nim->green[icolor] = 255;
nim->blue[icolor] = 255; nim->blue[icolor] = 255;
} }
nim->open[icolor] = 0;
#endif #endif
} }