version 1.85 | | version 1.86 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.85 2005/10/04 01:39:36 cavesomething Exp $"; | | * "$Id: map.c,v 1.86 2005/10/04 05:06:18 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
fprintf(fp,"shopitems %s\n", shop); | | fprintf(fp,"shopitems %s\n", shop); |
} | | } |
if (m->shopgreed) fprintf(fp,"shopgreed %f\n", m->shopgreed); | | if (m->shopgreed) fprintf(fp,"shopgreed %f\n", m->shopgreed); |
if (m->shopmin) fprintf(fp,"shopgreed %d\n", m->shopmin); | | if (m->shopmin) fprintf(fp,"shopmin %d\n", m->shopmin); |
if (m->shopmax) fprintf(fp,"shopgreed %d\n", m->shopmax); | | if (m->shopmax) fprintf(fp,"shopmax %d\n", m->shopmax); |
if (m->shoprace) fprintf(fp,"shoprace %s\n", m->shoprace); | | if (m->shoprace) fprintf(fp,"shoprace %s\n", m->shoprace); |
if (m->darkness) fprintf(fp,"darkness %d\n", m->darkness); | | if (m->darkness) fprintf(fp,"darkness %d\n", m->darkness); |
if (m->width) fprintf(fp,"width %d\n", m->width); | | if (m->width) fprintf(fp,"width %d\n", m->width); |