Difference for include/global.h from version 1.27 to 1.28


version 1.27 version 1.28
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 301
 
Line 301
     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 */
Line 308
 
Line 309
     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;


Legend:
line(s) removed in v.1.27 
line(s) changed
 line(s) added in v.1.28

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:22