From: "Matej" Newsgroups: comp.os.msdos.djgpp Subject: allegro... Date: Tue, 4 Jan 2000 16:11:51 +0100 Organization: ARNES Lines: 10 Message-ID: <84t2jp$hj9$1@planja.arnes.si> NNTP-Posting-Host: po4-219i.dial-up.arnes.si X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all, how to display 2 or more different bitmaps (pcx) on the screen? There is no problem when I have only 1 pic and call the set_pallete(pal). 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... Thank you, Matej