--- deliantra/server/socket/init.C 2006/08/18 02:06:58 1.3 +++ 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.3 2006/08/18 02:06:58 root Exp $"; + * "$Id: init.C,v 1.4 2006/08/21 07:13:32 root Exp $"; */ /* @@ -158,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);