Re: what does this mean?

From: Patrick Dughi (dughi@imaxx.net)
Date: 07/17/00


> (obj save.c)
>  }
>
>   if(!xap_objs) {
>     if (rent.rentcode == RENT_CRASH)
>       Crash_delete_file(GET_NAME(ch));
>   } else {
>     if (rentcode == RENT_CRASH)
>       Crash_delete_file(GET_NAME(ch));
>   }
>
>   return (1);
> }
>
        If this hasn't been answered, it means

        If you're not using xapobjs then,
                if the rent code from the rent structure is rent_crash
                        then delete the file
        else if you're not using xapobjs then,
                if the rentcode variable (set above?) is rent_crash then
                        delete the file

        Because, the ascii/xapobjs obj files do not read the rentcode
structure in, they just read a single int. ;)

                                PjD


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



This archive was generated by hypermail 2b30 : 04/10/01 PDT