version 1.13 | | version 1.14 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.13 2001/06/04 06:41:02 mwedel Exp $"; | | * "$Id: newserver.h,v 1.14 2001/06/08 06:21:34 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint32 sent_scroll:1; | | uint32 sent_scroll:1; |
uint32 sound:1; /* does the client want sound */ | | uint32 sound:1; /* does the client want sound */ |
uint32 skillexp:1; /* does the client want skill exp data - MT*/ | | uint32 skillexp:1; /* does the client want skill exp data - MT*/ |
| | uint32 map1cmd:1; /* Always use map1 protocol command */ |
uint32 cs_version, sc_version; /* versions of the client */ | | uint32 cs_version, sc_version; /* versions of the client */ |
uint32 update_look:1; /* If true, we need to send the look window */ | | uint32 update_look:1; /* If true, we need to send the look window */ |
uint32 can_write:1; /* Can we write to this socket? */ | | uint32 can_write:1; /* Can we write to this socket? */ |