--- deliantra/server/include/player.h 2007/08/07 22:13:52 1.66 +++ deliantra/server/include/player.h 2007/08/15 05:01:25 1.67 @@ -94,8 +94,8 @@ INTERFACE_CLASS (player) struct player : zero_initialised, attachable { - client *ACC (RO, ns); /* Socket information for this player */ - object *ACC (RW, ob); /* The object representing the player */ + client *ACC (RO, ns); /* Socket information for this player, ALWAYS valid when a player is on a map */ + object *ACC (RW, ob); /* The object representing the player, ALWAYS valid */ object_vector_index ACC (RO, active); bowtype_t ACC (RW, bowtype); /* which firemode? */