--- deliantra/server/include/face.h 2012/01/03 11:25:31 1.38 +++ deliantra/server/include/face.h 2012/01/04 02:48:57 1.39 @@ -51,12 +51,12 @@ struct faceinfo { faceinfo () - : number (0), smooth (0), type (0), smoothlevel (0), visibility (0), magicmap (0), refcnt (1) + : number (0), smooth (0), type (0), smoothlevel (0), visibility (0), magicmap (0), refcnt (1), meta_hv (0) { } shstr name; - std::string meta; + HV *meta_hv; /* note, no destructor of copy constructor, must never be freed, but can be moved aorund */ facedata face[3]; // indexed by faceset, 0 == 32 bit or generic, 1 == 64, 2 == text faceidx number; /* This is the image id. It should be the */ /* same value as its position in the array */