--- deliantra/server/include/client.h 2007/06/24 15:33:41 1.56 +++ deliantra/server/include/client.h 2007/07/01 03:16:56 1.57 @@ -163,7 +163,7 @@ bool ACC (RW, buggy_mapscroll); // client crashes on large mapscrolls bool ACC (RW, darkness); /* True if client wants darkness information */ bool ACC (RW, image2); /* Client wants image2/face2 commands */ - bool ACC (RW, fxix); // client implements fx and ix (face|image extended) commands + uint8_t ACC (RW, fxix); // client implements fx and ix (face|image extended) commands bool ACC (RW, update_look); /* If true, we need to send the look window */ bool ACC (RW, has_readable_type); /* If true client accept additional text information */ /* used to arrange text in books, scrolls, or scripted dialogs */ @@ -201,9 +201,9 @@ faceidx partial_face; uint32 partial_face_ofs; // if != 0, need to send remaining bytes of partial_face - std::vector > askface; // which faces have been requested by the client + std::vector > ixface; // which faces to send to the client using ix - std::vector > fxface; // which faces to send using fx + std::vector > fxface; // which faces to send using fx MTH void flush_fx (); // send fx if required void do_destroy ();