version 1.46 | | version 1.47 |
---|
| | |
/* | | /* |
* static char *rcsid_skills_c = | | * static char *rcsid_skills_c = |
* "$Id: skills.c,v 1.46 2004/01/16 07:52:51 mwedel Exp $"; | | * "$Id: skills.c,v 1.47 2004/01/16 21:17:02 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
} | | } |
tmp = get_object(); | | tmp = get_object(); |
copy_object(chosen_spell, tmp); | | copy_object(chosen_spell, tmp); |
insert_ob_in_ob(newscroll, tmp); | | insert_ob_in_ob(tmp, newscroll); |
| | |
/* wait until finished manipulating the scroll before inserting it */ | | /* wait until finished manipulating the scroll before inserting it */ |
if (newscroll != scroll) | | if (newscroll != scroll) |