--- deliantra/server/socket/image.C 2007/07/01 05:00:20 1.44 +++ deliantra/server/socket/image.C 2007/07/05 10:34:08 1.45 @@ -213,6 +213,11 @@ ix.idx = idx; ix.ofs = d->data.size (); + // this is (hopefully) a temporary fix around older cfplus versions not + // supporting interleaved transfers + ns->ixface.insert (ns->ixface.begin (), ix); + +#if 0 // the by far most common case will be to insert // right at the end, so no looping. auto (i, ns->ixface.end ()); @@ -221,6 +226,7 @@ break; ns->ixface.insert (i, ix); +#endif } /**