--- deliantra/server/include/player.h 2006/12/20 09:14:22 1.29 +++ deliantra/server/include/player.h 2006/12/21 23:37:05 1.30 @@ -132,7 +132,6 @@ sint8 ACC (RW, gen_sp_armour); /* Penalty to sp regen from armour */ sint8 ACC (RW, gen_grace); /* Bonuses to regeneration speed of grace */ sint16 ACC (RW, item_power); /* Total item power of objects equipped */ - uint8 ACC (RW, state); /* Input state of the player (name, password, etc */ uint8 ACC (RW, listening); /* Which priority will be used in info_all */ sint8 ACC (RW, last_level); /* Last level we sent to client */ @@ -208,7 +207,7 @@ struct player : zero_initialised, attachable, player_pod { player *next; /* Pointer to next player, NULL if this is last */ - client *ACC (RO, socket); /* Socket information for this player */ + client *ACC (RO, ns); /* Socket information for this player */ Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */ shstr invis_race; /* What race invisible to? */