From: "23yrold3yrold" Newsgroups: comp.os.msdos.djgpp References: <39cd90d5_4 AT spamkiller DOT newsfeeds DOT com> <969773968 DOT 146854 AT shelley DOT paradise DOT net DOT nz> Subject: Thanks! Date: Sun, 24 Sep 2000 10:52:43 -0500 Lines: 16 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 NNTP-Posting-Host: spamkiller Message-ID: <39ce2351$1_2@spamkiller.newsfeeds.com> X-Comments: This message was posted through Newsfeeds.com X-Comments2: IMPORTANT: Newsfeeds.com does not condone, nor support, spam or any illegal or copyrighted postings. X-Comments3: IMPORTANT: Under NO circumstances will postings containing illegal or copyrighted material through this service be tolerated!! X-Report: Please report illegal or inappropriate use to You may also use our online abuse reporting from: http://www.newsfeeds.com/abuseform.htm X-Abuse-Info: Please be sure to forward a copy of ALL headers, INCLUDING the body (DO NOT SEND ATTACHMENTS) Organization: Newsfeeds.com http://www.newsfeeds.com 73,000+ UNCENSORED Newsgroups. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Beautiful! Thank you. "Edmund Horner" wrote in message news:969773968 DOT 146854 AT shelley DOT paradise DOT net DOT nz... > Try this: > > int w = ((RLE_SPRITE *)image[map[0][0]].dat)->w; > int h = ((RLE_SPRITE *)image[map[0][0]].dat)->h; > > I have added an extra pair of parantheses to each line. > > Edmund.