Path: chuka.playstation.co.uk!news From: Jon Rocatis Newsgroups: scee.yaroze.programming.2d_graphics Subject: Re: Help with source!!! Date: Mon, 28 Jul 1997 14:50:42 +0200 Organization: Funcom Oslo A/S Lines: 18 Message-ID: <33DC95A2.797F2F42@funcom.com> References: <33D30056.3FD0@earthlink.net> NNTP-Posting-Host: jon.funcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.0 [en] (Win95; I) X-Priority: 3 (Normal) Linda J. Hodge wrote: > Why does this program connect with siocons with no errors and displays > nothing on screen!!!! > // set up the ordering table handlers > for(i = 0; 1 < 2; i++) { > WorldOT[i].length = OT_LENGTH; > WorldOT[i].org = OTTags[i]; > } Check the "for" loop :-) It should read "i < 2". Right now it's an infinite loop. --- // Jon Rocatis / Programmer / Funcom Oslo A/S \// jon@funcom.com. I speak for myself - not for Funcom...