Difference for include/map.h from version 1.33 to 1.34


version 1.33 version 1.34
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: map.h,v 1.33 2005/11/16 08:16:00 mwedel Exp $";   *   "$Id: map.h,v 1.34 2006/02/08 01:52:58 cavesomething Exp $";
  */   */
   
 /*  /*
Line 250
 
Line 250
     uint32 counter; /* A generic counter for holding temporary data. */      uint32 counter; /* A generic counter for holding temporary data. */
     sint8 fallback; /* whether, in the event of a region not existing,      sint8 fallback; /* whether, in the event of a region not existing,
       * this should be the one we fall back on as the default */        * this should be the one we fall back on as the default */
       char *jailmap;        /*where a player that is arrested in this region should be imprisoned.*/
       sint16 jailx, jaily; /* The coodinates in jailmap to which the player should be sent. */
 } region;  } region;
   
   


Legend:
line(s) removed in v.1.33 
line(s) changed
 line(s) added in v.1.34

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