Difference for include/player.h from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_h =   * static char *rcsid_player_h =
  *   "$Id: player.h,v 1.45 2006/01/09 19:35:12 cavesomething Exp $";   *   "$Id: player.h,v 1.46 2006/02/07 07:54:46 mwedel Exp $";
  */   */
   
 /*  /*
Line 206
 
Line 206
     uint16 outputs_count;     /* Print if this count is exceeded */      uint16 outputs_count;     /* Print if this count is exceeded */
     object *mark;     /* marked object */      object *mark;     /* marked object */
     uint32 mark_count;     /* count of mark object */      uint32 mark_count;     /* count of mark object */
       object *transport;     /* transport the player is in */
     /* Special DM fields */      /* Special DM fields */
     tag_t*  stack_items;    /* Item stack for patch/dump/... commands */      tag_t*  stack_items;    /* Item stack for patch/dump/... commands */
     int     stack_position; /* Current stack position, 0 for no item */      int     stack_position; /* Current stack position, 0 for no item */


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

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