Re: [Circle] CHAR_DATA *BLAH

From: Sammy (samedi@clark.net)
Date: 11/17/96


On Sun, 17 Nov 1996, Bruce, Ray, Phil wrote:

- If you have a character set to a char_data *vict, how do you remove it?
- 
- do you do:
- ch->vict = 0;
- 
- or:
- ch->vict = NULL;

Both will do exactly the same thing.  ch->vict = NULL is generally
preferred because it implies that you're using a pointer, while 0 would
imply an integer.

Sam

+-----------------------------------------------------------+
| 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