--- deliantra/server/socket/init.C 2007/11/14 10:12:45 1.55 +++ deliantra/server/socket/init.C 2008/04/22 07:01:47 1.57 @@ -151,6 +151,7 @@ fx_want [FT_FACE] = true; // all clients must support image faces socket_ev.set (fd, EV_READ); + socket_ev.prio (2); // one higher than the ticker priority socket_ev.start (); // initialisation done, kick it! @@ -212,9 +213,8 @@ last_weapon_sp = -1; last_level = -1; last_stats.exp = -1; - last_weight = (uint32) - 1; + //last_weight = -1; last_flags = 0; - last_weight = 0; last_weight_limit = 0; last_path_attuned = 0; last_path_repelled = 0;