Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CF: Re: bug patch for treasures
- To: crossfire (at) ifi.uio.no
- Subject: CF: Re: bug patch for treasures
- From: "Brian Thomas" <>
- Date: Thu, 8 Aug 96 03:30:27 EDT
- Sender: owner-crossfire
Oh, I almost forgot.. you will have to add in a reference
to fix_flesh_item in libproto.h. I have prepared a small
patch file. -b.t.
*** libproto.h.orig Thu Aug 8 03:28:53 1996
--- libproto.h Thu Aug 8 03:28:27 1996
***************
*** 5,14 ****
--- 5,15 ----
* Created: Sat Jul 20 23:04:11 1996
*/
#ifndef __CEXTRACT__
#ifdef __STDC__
+ extern void fix_flesh_item(object *item, object *donor);
extern int absdir ( int d );
extern void add_abilities ( object *op, object *change );
extern void add_arch ( archetype *at );
extern void add_author ( object *op );
extern void add_button_link ( object *button, mapstruct *map, int connected );