[CIRCLE][CODE][32 bit array]

From: The Dark One (naxos@tiac.net)
Date: 12/19/96


Using the 32 bit array post I changed this is as follows:

for player flags:

I changed  int affected_by 
    to     int affected_by[4]

now what would I change AFF_FLAGS to?

origional 

#define AFF_FLAGS(ch) ((ch)->char_specials.save.affected_by)

could I do this?

#define AFF_FLAGS(ch) ((ch)->char_specials.save.affected_by[4])
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



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