Difference for include/global.h from version 1.55 to 1.56


version 1.55 version 1.56
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_global_h =   * static char *rcsid_global_h =
  *   "$Id: global.h,v 1.55 2005/05/29 15:37:53 tchize Exp $";   *   "$Id: global.h,v 1.56 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 137
 
Line 137
  * (now used by alchemy and other code too. Nov 95 b.t).   * (now used by alchemy and other code too. Nov 95 b.t).
  */   */
 typedef struct linked_char {  typedef struct linked_char {
   char *name;    const char *name;
   struct linked_char *next;    struct linked_char *next;
 } linked_char;  } linked_char;
   
Line 222
 
Line 222
  * Used in treasure.c   * Used in treasure.c
  */   */
 EXTERN archetype *ring_arch,*amulet_arch,*staff_arch,*crown_arch;  EXTERN archetype *ring_arch,*amulet_arch,*staff_arch,*crown_arch;
 EXTERN char *undead_name; /* Used in hit_player() in main.c */  EXTERN const char *undead_name; /* Used in hit_player() in main.c */
   
 EXTERN Animations *animations;  EXTERN Animations *animations;
 EXTERN int num_animations,animations_allocated, bmaps_checksum;  EXTERN int num_animations,animations_allocated, bmaps_checksum;


Legend:
line(s) removed in v.1.55 
line(s) changed
 line(s) added in v.1.56

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