version 1.36 | | version 1.37 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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; |
| | |
| | |