Thanks to some recent additions to the nanny() procedure on my MUD, I have ran out of room for more CON_x's. At least I _think_ this is limited to 32 bits like the rest of the defines. Anyway, when I ran out of PRF_x's I simply added another type of flag. CON_x is a little different I believe. I was hoping someone else had done something similar and could give me some pointers before I go and destroy my code. I plan on adding an 'int state;' to struct descriptor_data, and then adding (d->state) beside (d->connected) in the define for STATE(d), and then greping the code for 'if (d->connected)' and replacing that with 'if (STATE(d))'. Does anyone see a problem with this? -FIRE Get your Free E-mail at http://randor.zzn.com ____________________________________________________________ Get your own Web-Based E-mail Service at http://www.zzn.com +------------------------------------------------------------+ | 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/11/01 PDT