--- deliantra/server/include/client.h 2007/03/15 16:25:45 1.40 +++ deliantra/server/include/client.h 2007/03/16 02:37:54 1.41 @@ -198,6 +198,7 @@ bool ACC (RW, force_face0); // client workaround for buggy checksum calculation in gcfclient bool ACC (RW, force_bad_checksum); // client workaround for buggy checksum calculation in gcfclient bool ACC (RW, force_image_newmap); // client workaround for client not redrawing map on image upload + bool ACC (RW, enable_bg_scrub); // client workaround, gcfclient becomes unusable if you send it images bool ACC (RW, darkness); /* True if client wants darkness information */ bool ACC (RW, image2); /* Client wants image2/face2 commands */ bool ACC (RW, update_look); /* If true, we need to send the look window */