Difference for server/gods.c from version 1.29 to 1.30


version 1.29 version 1.30
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_gods_c =   * static char *rcsid_gods_c =
  *   "$Id: gods.c,v 1.29 2002/04/24 06:31:49 mwedel Exp $";   *   "$Id: gods.c,v 1.30 2002/06/07 07:00:45 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1035
 
Line 1035
          if(spellop->title){           if(spellop->title){
     char buf[MAX_BUF];       char buf[MAX_BUF];
     sprintf(buf,"%s of %s",spellop->name,spellop->title);      sprintf(buf,"%s of %s",spellop->name,spellop->title);
     if (spellop->name) free_string(spellop->name);       FREE_AND_COPY(spellop->name, buf);
     spellop->name=add_string(buf);       FREE_AND_COPY(spellop->name_pl, buf);
  }   }
     }       }
   


Legend:
line(s) removed in v.1.29 
line(s) changed
 line(s) added in v.1.30

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