--- deliantra/server/socket/init.C 2006/08/17 20:23:32 1.2 +++ deliantra/server/socket/init.C 2006/08/21 07:13:32 1.4 @@ -1,6 +1,6 @@ /* * static char *rcsid_init_c = - * "$Id: init.C,v 1.2 2006/08/17 20:23:32 root Exp $"; + * "$Id: init.C,v 1.4 2006/08/21 07:13:32 root Exp $"; */ /* @@ -126,6 +126,7 @@ ns->monitor_spells = 0; ns->mapinfocmd = 0; ns->extcmd = 0; + ns->extmap = 0; /* we should really do some checking here - if total clients overflows * we need to do something more intelligent, because client id's will start @@ -157,6 +158,8 @@ ns->current_map = 0; ns->current_x = 0; ns->current_y = 0; + ns->client[0] = 0; + ns->buggy_mapscroll = 0; ns->sent_scroll=0; ns->host=strdup_local(from_ip);