version 1.45 | | version 1.46 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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 */ |