Re: [AD] TGA palette patch |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Peter Wang <tjaden@xxxxxxxxxx> writes: > - pal[i].b = pack_getc(f); > - pal[i].g = pack_getc(f); > - pal[i].r = pack_getc(f); > + image_palette[i][0] = pack_getc(f); > + image_palette[i][1] = pack_getc(f); > + image_palette[i][2] = pack_getc(f); I have applied it to CVS. -- Michael Bukin
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |