From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <84t2jp$hj9$1 AT planja DOT arnes DOT si> Subject: Re: allegro... Lines: 17 Organization: Pin Eight Software X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: /w3Za8eGS6sAPkqBc97JeVh/7IZU4WpCLmxoAi6EcJo0KnIV64q8k9Kf1wpSg1QO4P+w+KaQ6rKg!OHBmGsTmD3raQBIl0AH7lPkhGbfPXNyRTYrK6jn6AQm2w2yStnQKjckwMH8NXulUZJELHFI= X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Tue, 04 Jan 2000 16:51:46 GMT Distribution: world Date: Tue, 04 Jan 2000 16:51:46 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Matej" wrote in message news:84t2jp$hj9$1 AT planja DOT arnes DOT si... > 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... All images on one screen have to use the same palette unless you really want to use *nasty* hacks. Try converting the images to the same palette using fixpal and smacker, available from the Allegro home page. Or just switch to high- or true-color mode.