You shouldn't need to free it specifically, assuming the mob is in char_list like normal (and it probably should be). You should set mount to NULL in new_char, right in there where it sets everything else to default values. The bool will be zero'd out automatically by the ch_zero thing. --Palrich.
----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, December 22, 2003 3:35 AM Subject: Fast recycle question! > Hey, I'm writing some mount code based on a snippet and I added CHAR_DATA > *mount and bool riding to the CHAR_DATA structure. > I was wondering where and how I free this in recycle.c (or someplace else). > > Thanks your help! > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom

