version 1.114 | | version 1.115 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
| | |
| | |
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; |