version 1.27 | | version 1.28 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.27 2002/06/07 07:00:43 mwedel Exp $"; | | * "$Id: global.h,v 1.28 2002/06/15 07:47:36 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char meta_host[MAX_BUF]; /* Hostname of this host */ | | char meta_host[MAX_BUF]; /* Hostname of this host */ |
uint16 meta_port; /* Port number to use for updates */ | | uint16 meta_port; /* Port number to use for updates */ |
char meta_comment[MAX_BUF]; /* Comment we send to the metaserver */ | | char meta_comment[MAX_BUF]; /* Comment we send to the metaserver */ |
| | |
uint32 worldmapstartx; /* starting x tile for the worldmap */ | | uint32 worldmapstartx; /* starting x tile for the worldmap */ |
uint32 worldmapstarty; /* starting y tile for the worldmap */ | | uint32 worldmapstarty; /* starting y tile for the worldmap */ |
uint32 worldmaptilesx; /* number of tiles wide the worldmap is */ | | uint32 worldmaptilesx; /* number of tiles wide the worldmap is */ |
| | |
uint32 worldmaptilesizex; /* number of squares wide in a wm tile */ | | uint32 worldmaptilesizex; /* number of squares wide in a wm tile */ |
uint32 worldmaptilesizey; /* number of squares high in a wm tile */ | | uint32 worldmaptilesizey; /* number of squares high in a wm tile */ |
uint16 dynamiclevel; /* how dynamic is the world? */ | | uint16 dynamiclevel; /* how dynamic is the world? */ |
| | |
| | char *emergency_mapname; /* map to return players to in emergency */ |
| | uint16 emergency_x, emergency_y; /* coordinates to use on that map */ |
} Settings; | | } Settings; |
| | |
extern Settings settings; | | extern Settings settings; |