--- deliantra/server/socket/request.C 2007/04/02 18:04:47 1.83 +++ deliantra/server/socket/request.C 2007/04/14 14:47:48 1.85 @@ -150,14 +150,7 @@ object *ob = pl->ob; char buf[MAX_BUF]; /* eauugggh */ - if (socket.force_newmap) - { - // force newmap is used for clients that do not redraw their map - // after image uploads. - socket.current_map = ob->map; - clear_map (pl); - } - else if (socket.current_map != ob->map) + if (socket.current_map != ob->map || socket.force_newmap) { clear_map (pl); socket.current_map = ob->map; @@ -507,6 +500,7 @@ AskSmooth (char *buf, int len, client *ns) { ns->send_face (atoi (buf)); + ns->flush_fx (); } /** @@ -1329,6 +1323,8 @@ } /* for x loop */ } /* for y loop */ + socket.flush_fx (); + /* Verify that we in fact do need to send this */ if (socket.ext_mapinfos) {