Difference for common/treasure.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.23 2001/11/17 21:25:21 michtoen Exp $";   *   "$Id: treasure.c,v 1.24 2001/12/23 08:17:36 mwedel Exp $";
  */   */
   
 /*  /*
Line 46
 
Line 46
 #include <loader.h>  #include <loader.h>
   
   
 static change_treasure(treasure *t, object *op); /* overrule default values */  static void change_treasure(treasure *t, object *op); /* overrule default values */
   
 /*  /*
  * Initialize global archtype pointers:   * Initialize global archtype pointers:
Line 293
 
Line 293
 /* if there are change_xxx commands in the treasure, we include the changes  /* if there are change_xxx commands in the treasure, we include the changes
  * in the generated object   * in the generated object
  */   */
 static change_treasure(treasure *t, object *op)  static void change_treasure(treasure *t, object *op)
 {  {
     /* CMD: change_name xxxx */      /* CMD: change_name xxxx */
     if(t->change_arch.name)      if(t->change_arch.name)


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:19