Date: Fri, 31 Jan 1997 09:28:18 -0500 (EST) From: Nikita Proskourine To: Moo-Juice cc: djgpp AT delorie DOT com Subject: Re: 0xB8000 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 29 Jan 1997, Moo-Juice wrote: > void CApp::BuffUpdate(CWin *WItem) > { > > int x; // Current X Position > int y; // Current Y Position > int c; // Counter *snip* > if((Offender.Back==NULL) || (Ignore==TRUE)) > { > *** video[(y*160)+x] = WItem->Front[c]; > video[(y*160)+x+1] = WItem->Front[c+1]; > } You forgot to initialize c to 0.