--- deliantra/server/include/player.h 2006/08/13 17:16:02 1.4 +++ deliantra/server/include/player.h 2006/08/25 17:11:53 1.5 @@ -213,4 +213,6 @@ /* Special DM fields */ tag_t* stack_items; /* Item stack for patch/dump/... commands */ int stack_position; /* Current stack position, 0 for no item */ + + void *self, *cb; // CF+ perl's self and callback registry } player;