version 1.24 | | version 1.25 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.24 2002/05/20 03:11:49 mwedel Exp $"; | | * "$Id: newserver.h,v 1.25 2002/05/31 04:18:33 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint32 can_write:1; /* Can we write to this socket? */ | | uint32 can_write:1; /* Can we write to this socket? */ |
uint16 look_position; /* start of drawing of look window */ | | uint16 look_position; /* start of drawing of look window */ |
uint8 mapx, mapy; /* How large a map the client wants */ | | uint8 mapx, mapy; /* How large a map the client wants */ |
| | uint8 itemcmd; /* What version of the 'item' protocol command to use */ |
| | |
/* Below here is information only relevant for old sockets */ | | /* Below here is information only relevant for old sockets */ |
char *comment; /* name or listen comment */ | | char *comment; /* name or listen comment */ |