--- deliantra/server/include/player.h 2006/12/13 01:39:32 1.21 +++ deliantra/server/include/player.h 2006/12/14 04:30:32 1.23 @@ -210,7 +210,7 @@ struct player : zero_initialised, attachable, player_pod { player *next; /* Pointer to next player, NULL if this is last */ - NewSocket socket; /* Socket information for this player */ + client_socket *socket; /* Socket information for this player */ Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */ shstr invis_race; /* What race invisible to? */