version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.18 2001/11/04 20:22:55 michtoen Exp $"; | | * "$Id: newserver.h,v 1.19 2001/11/17 21:25:21 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define MAXANIMNUM 2000 | | #define MAXANIMNUM 2000 |
| | |
struct statsinfo { | | struct statsinfo { |
char *range, *title; | | char *range, *title, *ext_title; |
}; | | }; |
| | |
| | |
| | |
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 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 map1cmd:1; /* Always use map1 protocol command */ |