Difference for include/global.h from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_global_h =   * static char *rcsid_global_h =
  *   "$Id: global.h,v 1.21 2001/10/14 07:57:14 gros Exp $";   *   "$Id: global.h,v 1.22 2001/11/19 23:30:28 michtoen Exp $";
  */   */
   
 /*  /*
Line 59
 
Line 59
 typedef signed char sint8;  typedef signed char sint8;
 typedef unsigned short Fontindex;  typedef unsigned short Fontindex;
   
   #define DELETE_STRING(__str_)  free_string(__str_);__str_=NULL;
   
   
 /* global stuff used by new skill/experience system -b.t.  /* global stuff used by new skill/experience system -b.t.
  * Needed before player.h   * Needed before player.h
  */   */


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

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