version 1.61 | | version 1.62 |
---|
| | |
/* | | /* |
* static char *rcsid_skill_util_c = | | * static char *rcsid_skill_util_c = |
* "$Id: skill_util.c,v 1.61 2005/11/27 14:16:46 ryo_saeba Exp $"; | | * "$Id: skill_util.c,v 1.62 2005/12/05 23:34:04 akirschbaum Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
* above. The index into the array is set up by the | | * above. The index into the array is set up by the |
* subtypes. | | * subtypes. |
*/ | | */ |
void init_skills() { | | void init_skills(void) { |
int i; | | int i; |
archetype *at; | | archetype *at; |
| | |