--- deliantra/server/include/player.h 2006/08/27 16:15:12 1.7 +++ deliantra/server/include/player.h 2006/08/29 07:33:58 1.9 @@ -207,13 +207,12 @@ uint16 outputs_count; /* Print if this count is exceeded */ object *mark; /* marked object */ uint32 mark_count; /* count of mark object */ - object *transport; /* transport the player is in */ /* Special DM fields */ tag_t* stack_items; /* Item stack for patch/dump/... commands */ int stack_position; /* Current stack position, 0 for no item */ }; -typedef struct pl : player_memset, extendable +typedef struct pl : player_memset, attachable { static data_type get_dt () { return DT_PLAYER; }