--- deliantra/server/socket/init.C 2010/04/12 05:22:38 1.67 +++ deliantra/server/socket/init.C 2010/10/16 22:51:52 1.68 @@ -130,7 +130,6 @@ LOG (llevError, "InitConnection: Error on fcntl.\n"); state = ST_SETUP; - mapmode = Map1aCmd; mapx = 11; mapy = 11; itemcmd = 1; /* Default is version item1 command */ @@ -205,17 +204,17 @@ for (int i = 0; i < NROFATTACKS; i++) last_resist[i] = -1; - last_weapon_sp = -1; - last_level = -1; - last_stats.exp = -1; - last_flags = 0; - last_weight = -1; - last_weight_limit = 0; - last_path_attuned = 0; + last_weapon_sp = -1; + last_level = -1; + last_stats.exp = -1; + last_flags = 0; + last_weight = -1; + last_weight_limit = 0; + last_path_attuned = 0; last_path_repelled = 0; - last_path_denied = 0; - last_speed = 0; - last_flags = 0; + last_path_denied = 0; + last_speed = 0; + last_flags = 0; static living zero_living; last_stats = zero_living;