Difference for server/spell_effect.c from version 1.114 to 1.115


version 1.114 version 1.115
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.114 2004/02/27 23:00:28 ryo_saeba Exp $";   *   "$Id: spell_effect.c,v 1.115 2004/03/06 08:32:39 ryo_saeba Exp $";
  */   */
   
   
Line 2619
 
Line 2619
     strncpy(rune, msg, HUGE_BUF-2);      strncpy(rune, msg, HUGE_BUF-2);
     rune[HUGE_BUF-2] = 0;      rune[HUGE_BUF-2] = 0;
     strcat(rune, "\n");      strcat(rune, "\n");
       tmp->race = add_string (op->name);  /*Save the owner of the rune*/
     tmp->msg = add_string(rune);      tmp->msg = add_string(rune);
     tmp->x = op->x;      tmp->x = op->x;
     tmp->y = op->y;      tmp->y = op->y;


Legend:
line(s) removed in v.1.114 
line(s) changed
 line(s) added in v.1.115

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