version 1.16 | | version 1.17 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.16 2001/06/16 07:48:20 mwedel Exp $"; | | * "$Id: newserver.h,v 1.17 2001/07/22 18:48:46 smacfiggen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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 */ |
| | uint32 newmapcmd:1; /* Send newmap command when entering new map SMACFIGGEN*/ |
uint32 darkness:1; /* True if client wants darkness information */ | | uint32 darkness:1; /* True if client wants darkness information */ |
uint32 newanim:1; /* enable the advanced animation system - MT */ | | uint32 newanim:1; /* enable the advanced animation system - MT */ |
uint32 cs_version, sc_version; /* versions of the client */ | | uint32 cs_version, sc_version; /* versions of the client */ |