--- deliantra/server/include/client.h 2007/07/01 03:16:56 1.57 +++ deliantra/server/include/client.h 2007/07/01 04:08:14 1.58 @@ -199,9 +199,12 @@ faceidx ACC (RW, scrub_idx); // which face to send next int ACC (RW, bg_scrub); // how many ticks till the next background face send - faceidx partial_face; - uint32 partial_face_ofs; // if != 0, need to send remaining bytes of partial_face - std::vector > ixface; // which faces to send to the client using ix + struct ixsend { + int16_t pri; // unused + faceidx idx; + uint32_t ofs; // if != 0, need to send remaining bytes of partial_face + }; + std::vector > ixface; // which faces to send to the client using ix std::vector > fxface; // which faces to send using fx MTH void flush_fx (); // send fx if required