Message-ID: <001301c29d07$51d85860$50cbafc3@selim> From: =?windows-1254?Q?Selim_Delio=F0lu?= To: "DJGPP" References: <3DED0701 DOT 5040209 AT rubyridge DOT com> Subject: Re: DJGPP Allegro sprite troubles Date: Fri, 6 Dec 2002 11:09:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1254" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com > BITMAP **bitmaps = malloc(sizeof(BITMAP * 12)); > Shouldn't this be something like: BITMAP *bitmaps = malloc(sizeof(BITMAP) * 12);