--- deliantra/server/socket/init.C 2006/08/13 17:16:05 1.1 +++ deliantra/server/socket/init.C 2006/08/18 02:06:58 1.3 @@ -1,6 +1,6 @@ /* * static char *rcsid_init_c = - * "$Id: init.C,v 1.1 2006/08/13 17:16:05 elmex Exp $"; + * "$Id: init.C,v 1.3 2006/08/18 02:06:58 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 @@ -155,6 +156,8 @@ ns->password_fails = 0; ns->current_map = 0; + ns->current_x = 0; + ns->current_y = 0; ns->sent_scroll=0; ns->host=strdup_local(from_ip);