Re: Hedit Update and another Gedit Question

From: Chris Jacobson (fear@ATHENET.NET)
Date: 11/23/97


On 11/23/97 4:12 AM, StormeRider (silk@ICI.NET) stated:

>  /*. Check whatever it is isn't already being edited .*/
>  for (d = descriptor_list; d != ch->desc; d = d->next)
>    if (d->connected == olc_scmd_info[subcmd].con_type)
>      if (d->olc && (OLC_NUM(d) == number) && (number != NOTHING))

No because at that point you'll stop searching through the descriptor
list... so if ch was the last person to log in (i.e, first in the list,
there could be many people ahead of him who won't get checked.

- Chris Jacobson


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST