Date: Sun, 23 Mar 1997 01:16:39 -0600 (CST) From: Andrew Deren To: Adam Lawrence cc: djgpp AT delorie DOT com Subject: Re: Silly newbie question - Allegro/palletes In-Reply-To: <3332BFFF.1569@interlog.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Are your sprites using different palettes? From what you wrote I suppose they are. To fix this you need to make all your .pcx use the same pallete. On Fri, 21 Mar 1997, Adam Lawrence wrote: > G'day all. > > I'm programming away in DJGPP using Allegro and sprites. I draw the > sprites (for now) using the cheezy Windows Paint program. I cannot seem > to load or create a pallete that displays the colors of all the sprites > correctly. My 'spaceship' looks fine but its shots, instead of being > yellow and red, are an odd-shade of purple. Is there some sort of > workaround for this? >