--- deliantra/server/socket/init.C 2006/08/13 17:16:05 1.1 +++ deliantra/server/socket/init.C 2006/08/17 20:23:32 1.2 @@ -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.2 2006/08/17 20:23:32 root Exp $"; */ /* @@ -155,6 +155,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);