From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with errors Date: Tue, 08 Jul 1997 09:59:25 -0400 Organization: Cornell University Lines: 10 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33C247BD.6CB9@cornell.edu> References: <33c206fc DOT 8853443 AT netnews DOT worldnet DOT att DOT net> NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eric Liao wrote: > I look at the line it refers to and all it is a declaration of > a temporary int to equal an element in an array like > int temp=map[desty*320+destx]; > where desty and destx are just coords. Map is a 64K array. check the code which calculates desty and destx. -- Sinan