version 1.23 | | version 1.24 |
---|
| | |
| | |
/* | | /* |
* static char *rcs_treasure_c = | | * static char *rcs_treasure_c = |
* "$Id: treasure.c,v 1.23 2001/11/17 21:25:21 michtoen Exp $"; | | * "$Id: treasure.c,v 1.24 2001/12/23 08:17:36 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#include <loader.h> | | #include <loader.h> |
| | |
| | |
static change_treasure(treasure *t, object *op); /* overrule default values */ | | static void change_treasure(treasure *t, object *op); /* overrule default values */ |
| | |
/* | | /* |
* Initialize global archtype pointers: | | * Initialize global archtype pointers: |
| | |
/* if there are change_xxx commands in the treasure, we include the changes | | /* if there are change_xxx commands in the treasure, we include the changes |
* in the generated object | | * in the generated object |
*/ | | */ |
static change_treasure(treasure *t, object *op) | | static void change_treasure(treasure *t, object *op) |
{ | | { |
/* CMD: change_name xxxx */ | | /* CMD: change_name xxxx */ |
if(t->change_arch.name) | | if(t->change_arch.name) |