Re: Consent Command

From: Deidril (F.Manisse@cryo-networks.fr)
Date: 04/11/02


David Colde wrote


> Well now thats a huge improvment there, many thanks, but know we have a
new
> problem. Now for some reason it working in odd ways ... (snip)

There is stil a couple of bug:

in printconsent:

  for (f = k->consented; f; f = f->next) {

  should be

  for (f=ch->consented;f;f=f->next) {

  because we are displaying the wrong list of consented



and in void ClearConsent(struct char_data *ch)

        REMOVE_FROM_LIST(f, ch->consented,next);

        should be

        REMOVE_FROM_LIST(f, victim->consented,next);


That should work fine now. Its works fine here :)

FreD.

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT