Message-ID: From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: allegro.. Date: Tue, 4 Jan 2000 15:58:02 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Matej writes: > But if I experiment something more with 2 pics and call > the set_pallete(newpal) (or just set_pallete(pal)) before > or after blitting them to screen all those colors mix up... This is explained in the Allegro FAQ. You have to either draw both pictures using the same palette, or change your program to use a truecolor graphics mode. Shawn Hargreaves.