version 1.34 | | version 1.35 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.34 2005/10/28 18:19:53 akirschbaum Exp $"; | | * "$Id: newserver.h,v 1.35 2006/01/08 21:30:41 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
Buffer outputbuffer; /* For undeliverable data */ | | Buffer outputbuffer; /* For undeliverable data */ |
uint32 facecache:1; /* If true, client is caching images */ | | uint32 facecache:1; /* If true, client is caching images */ |
uint32 sent_scroll:1; | | uint32 sent_scroll:1; |
uint32 ext2:1; /* enables the new sdl client/server stuff */ | | |
uint32 ext_title_flag; /* if 1, we should generate and send a new ext_title update */ | | |
uint32 sound:1; /* does the client want sound */ | | uint32 sound:1; /* does the client want sound */ |
uint32 exp64:1; /* Client wants 64 bit exp data, as well as skill data */ | | uint32 exp64:1; /* Client wants 64 bit exp data, as well as skill data */ |
uint32 newmapcmd:1; /* Send newmap command when entering new map SMACFIGGEN*/ | | uint32 newmapcmd:1; /* Send newmap command when entering new map SMACFIGGEN*/ |