Difference for include/global.h from version 1.51 to 1.52


version 1.51 version 1.52
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_global_h =   * static char *rcsid_global_h =
  *   "$Id: global.h,v 1.51 2005/03/19 09:14:57 mwedel Exp $";   *   "$Id: global.h,v 1.52 2005/03/20 22:20:40 majorwoo Exp $";
  */   */
   
 /*  /*
Line 347
 
Line 347
     uint8   recycle_tmp_maps; /* re-use tmp maps. */      uint8   recycle_tmp_maps; /* re-use tmp maps. */
     uint8   explore_mode;     /* explore mode allowed? */      uint8   explore_mode;     /* explore mode allowed? */
     uint8   spellpoint_level_depend; /* spell costs go up with level */      uint8   spellpoint_level_depend; /* spell costs go up with level */
       char    who_format[MAX_BUF]; /* The format that the who command should use */
       char    who_wiz_format[MAX_BUF]; /* The format that the who command should use when called by a dm*/
     char    motd[MAX_BUF];    /* name of the motd file */      char    motd[MAX_BUF];    /* name of the motd file */
     char    dm_mail[MAX_BUF]; /* DM's Email address */      char    dm_mail[MAX_BUF]; /* DM's Email address */
   


Legend:
line(s) removed in v.1.51 
line(s) changed
 line(s) added in v.1.52

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