Difference for common/living.c from version 1.34 to 1.35


version 1.34 version 1.35
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.34 2002/03/03 21:56:58 avogl Exp $";   *   "$Id: living.c,v 1.35 2002/03/10 16:18:13 avogl Exp $";
  */   */
   
 /*  /*
Line 1527
 
Line 1527
       else        else
  sprintf(pl->contr->title, "big %s dragon", attacks[atnr]);   sprintf(pl->contr->title, "big %s dragon", attacks[atnr]);
     }      }
       
     /* also save title in abil force */  
     if (abil->title == NULL) {  
       /* this should never happen, because there's a default title  
          in the arch. but some old players might need it */  
       abil->title = (char *)malloc(MAX_BUF);  
     }  
     strcpy(abil->title, pl->contr->title);  
   }    }
      
   strcpy(pl->contr->own_title, "");    strcpy(pl->contr->own_title, "");


Legend:
line(s) removed in v.1.34 
line(s) changed
 line(s) added in v.1.35

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