--- deliantra/server/include/player.h 2006/12/14 04:30:32 1.23 +++ deliantra/server/include/player.h 2006/12/15 00:14:12 1.24 @@ -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_socket *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? */