From: Liche Newsgroups: comp.os.msdos.djgpp Subject: Re: [allegro] combining many images with different palettes into one? Date: Sat, 31 Jan 1998 19:16:41 +0800 Organization: New Silkera Network Lines: 14 Message-ID: <34D30819.31D6A663@tp.silkera.net> References: <34D2BDC1 DOT 2C365D3F AT cis DOT ohio-state DOT edu> <34D2C98D DOT 8A12989E AT cis DOT ohio-state DOT edu> NNTP-Posting-Host: ts137.tp.silkera.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Does that mean your program will now run in true color modes? Tom Jelen wrote: > Doh, > > Figured out my problem. Had to use set_color_depth(24), so they all had > the same palette after that. That's what I get for looking through the > v2.2 documention. > > Tom