--- deliantra/server/include/player.h 2006/12/14 02:37:37 1.22 +++ deliantra/server/include/player.h 2006/12/15 20:08:45 1.27 @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at crossfire@schmorp.de */ #define NUM_OUTPUT_BUFS 5 @@ -210,7 +210,7 @@ struct player : zero_initialised, attachable, player_pod { player *next; /* Pointer to next player, NULL if this is last */ - client_socket socket; /* Socket information for this player */ + client *ACC (RO, socket); /* Socket information for this player */ Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */ shstr invis_race; /* What race invisible to? */