version 1.39 | | version 1.40 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.39 2006/05/18 05:27:44 mwedel Exp $"; | | * "$Id: newserver.h,v 1.40 2006/05/20 12:36:48 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint8 itemcmd; /* What version of the 'item' protocol command to use */ | | uint8 itemcmd; /* What version of the 'item' protocol command to use */ |
uint8 faceset; /* Set the client is using, default 0 */ | | uint8 faceset; /* Set the client is using, default 0 */ |
uint32 ext_mapinfos:1; /* If true client accept additionnal info on maps*/ | | uint32 ext_mapinfos:1; /* If true client accept additionnal info on maps*/ |
| | uint32 is_bot:1; /* Client shouldn't be reported to metaserver */ |
/* Below are flags for extedend infos to pass to client | | /* Below are flags for extedend infos to pass to client |
* with S->C mapextended command */ | | * with S->C mapextended command */ |
uint32 EMI_smooth:1; /* Send smooth in extendmapinfos*/ | | uint32 EMI_smooth:1; /* Send smooth in extendmapinfos*/ |