version 1.34 | | version 1.35 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.34 2006/02/08 01:52:58 cavesomething Exp $"; | | * "$Id: map.h,v 1.35 2006/02/19 14:29:14 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint64 shopmin; /* minimum price a shop will trade for */ | | uint64 shopmin; /* minimum price a shop will trade for */ |
uint64 shopmax; /* maximum price a shop will offer */ | | uint64 shopmax; /* maximum price a shop will offer */ |
char *msg; /* Message map creator may have left */ | | char *msg; /* Message map creator may have left */ |
| | char *maplore; /* Map lore information */ |
char *tile_path[4]; /* path to adjoining maps */ | | char *tile_path[4]; /* path to adjoining maps */ |
struct mapdef *tile_map[4]; /* Next map, linked list */ | | struct mapdef *tile_map[4]; /* Next map, linked list */ |
} mapstruct; | | } mapstruct; |