ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/player.h
(Generate patch)

Comparing deliantra/server/include/player.h (file contents):
Revision 1.24 by root, Fri Dec 15 00:14:12 2006 UTC vs.
Revision 1.25 by root, Fri Dec 15 19:59:20 2006 UTC

208}; 208};
209 209
210struct player : zero_initialised, attachable<player>, player_pod 210struct player : zero_initialised, attachable<player>, player_pod
211{ 211{
212 player *next; /* Pointer to next player, NULL if this is last */ 212 player *next; /* Pointer to next player, NULL if this is last */
213 client_socket *ACC (RO, socket); /* Socket information for this player */ 213 client *ACC (RO, socket); /* Socket information for this player */
214 Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */ 214 Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */
215 shstr invis_race; /* What race invisible to? */ 215 shstr invis_race; /* What race invisible to? */
216 216
217 void clear () 217 void clear ()
218 { 218 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines