Difference for include/player.h from version 1.36 to 1.37


version 1.36 version 1.37
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_h =   * static char *rcsid_player_h =
  *   "$Id: player.h,v 1.36 2004/06/13 17:30:22 akirschbaum Exp $";   *   "$Id: player.h,v 1.37 2004/08/15 17:03:07 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 184
 
Line 184
     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 */
       /* Special DM fields */
       tag_t*  stack_items;    /* Item stack for patch/dump/... commands */
       int     stack_position; /* Current stack position, 0 for no item */
 } player;  } player;
   
   


Legend:
line(s) removed in v.1.36 
line(s) changed
 line(s) added in v.1.37

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