version 1.49 | | version 1.50 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.49 2006/05/18 05:27:44 mwedel Exp $"; | | * "$Id: init.c,v 1.50 2006/05/20 12:36:48 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
ns->supported_readables = 0; | | ns->supported_readables = 0; |
ns->monitor_spells = 0; | | ns->monitor_spells = 0; |
ns->tick=0; | | ns->tick=0; |
| | ns->is_bot = 0; |
| | |
/* we should really do some checking here - if total clients overflows | | /* we should really do some checking here - if total clients overflows |
* we need to do something more intelligent, because client id's will start | | * we need to do something more intelligent, because client id's will start |