Date: Wed, 21 Oct 1998 16:33:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: =?EUC-KR?B?w9a5rry6?= cc: djgpp AT delorie DOT com Subject: Re: Plz..Allegro.. In-Reply-To: <362DC2D9.3F778C33@netian.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id KAA21309 Reply-To: djgpp AT delorie DOT com On Wed, 21 Oct 1998, =?EUC-KR?B?w9a5rry6?= wrote: > void CreateEnemy() > { > word i=0; > for (i=0; i { > if (enemy[i].isEnemy == False) > { > enemy[i].x = srandom(260) + 10; Don't you mean to call `random' instead of `srandom' in the last line?