Difference for include/object.h from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.45 2006/02/05 05:27:08 mwedel Exp $";   *   "$Id: object.h,v 1.46 2006/02/10 23:59:26 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 36
 
Line 36
 /* See common/item.c */  /* See common/item.c */
   
 typedef struct Body_Locations {  typedef struct Body_Locations {
     char    *save_name; /* Name used to load/save it to disk */      const char *save_name; /* Name used to load/save it to disk */
     char    *use_name; /* Name used when describing an item we can use */      const char *use_name; /* Name used when describing an item we can use */
     char    *nonuse_name; /* Name to describe objects we can't use */      const char *nonuse_name; /* Name to describe objects we can't use */
 } Body_Locations;  } Body_Locations;
   
 extern Body_Locations body_locations[NUM_BODY_LOCATIONS];  extern Body_Locations body_locations[NUM_BODY_LOCATIONS];


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

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