--- deliantra/server/socket/request.C 2006/12/16 03:08:26 1.42 +++ deliantra/server/socket/request.C 2006/12/16 20:16:37 1.43 @@ -88,7 +88,7 @@ }; static void -socket_map_scroll (client * ns, int dx, int dy) +socket_map_scroll (client *ns, int dx, int dy) { struct Map newmap; int x, y, mx, my; @@ -572,15 +572,10 @@ void AddMeCmd (char *buf, int len, client * ns) { - Settings oldsettings; - - oldsettings = settings; if (ns->status != Ns_Add || add_player (ns)) ns->send_packet ("addme_failed"); else ns->send_packet ("addme_success"); - - settings = oldsettings; } /** Reply to ExtendedInfos command */