version 1.56 | | version 1.57 |
---|
| | |
| | |
/* | | /* |
* static char *rcs_treasure_c = | | * static char *rcs_treasure_c = |
* "$Id: treasure.c,v 1.56 2005/07/16 21:10:37 akirschbaum Exp $"; | | * "$Id: treasure.c,v 1.57 2005/08/12 08:18:59 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* | | /* |
* For debugging purposes. Dumps all treasures recursively (see below). | | * For debugging purposes. Dumps all treasures recursively (see below). |
*/ | | */ |
void dump_monster_treasure_rec (char *name, treasure *t, int depth) | | void dump_monster_treasure_rec (const char *name, treasure *t, int depth) |
{ | | { |
treasurelist *tl; | | treasurelist *tl; |
int i; | | int i; |
| | |
* Created originally by Raphael Quinet for debugging the alchemy code. | | * Created originally by Raphael Quinet for debugging the alchemy code. |
*/ | | */ |
| | |
void dump_monster_treasure (char *name) | | void dump_monster_treasure (const char *name) |
{ | | { |
archetype *at; | | archetype *at; |
int found; | | int found; |