version 1.5 | | version 1.6 |
---|
| | |
/* | | /* |
* static char *rcsid_info_c = | | * static char *rcsid_info_c = |
* "$Id: info.c,v 1.5 2003/03/08 05:35:32 mwedel Exp $"; | | * "$Id: info.c,v 1.6 2005/08/12 13:46:34 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
void dump_abilities() { | | void dump_abilities() { |
archetype *at; | | archetype *at; |
for(at = first_archetype; at; at=at->next) { | | for(at = first_archetype; at; at=at->next) { |
char *ch, *gen_name = ""; | | char *ch; |
| | const char *gen_name = ""; |
archetype *gen; | | archetype *gen; |
| | |
if(!QUERY_FLAG(&at->clone,FLAG_MONSTER)) | | if(!QUERY_FLAG(&at->clone,FLAG_MONSTER)) |