Difference for common/info.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_info_c =   * static char *rcsid_info_c =
  *    "$Id: info.c,v 1.5 2003/03/08 05:35:32 mwedel Exp $";   *    "$Id: info.c,v 1.6 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 40
 
Line 40
 void dump_abilities() {  void dump_abilities() {
   archetype *at;    archetype *at;
   for(at = first_archetype; at; at=at->next) {    for(at = first_archetype; at; at=at->next) {
     char *ch, *gen_name = "";      char *ch;
       const char *gen_name = "";
     archetype *gen;      archetype *gen;
   
     if(!QUERY_FLAG(&at->clone,FLAG_MONSTER))      if(!QUERY_FLAG(&at->clone,FLAG_MONSTER))


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

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