--- deliantra/server/include/face.h 2007/09/15 15:58:06 1.21 +++ deliantra/server/include/face.h 2007/11/08 14:15:56 1.23 @@ -46,6 +46,11 @@ */ struct faceinfo { + faceinfo () + : number (0), smooth (0), type (0), smoothlevel (0), visibility (0), magicmap (0) + { + } + shstr name; std::string meta; facedata data32, data64; // either 32/64 face or data32 == generic resource @@ -57,10 +62,6 @@ uint8 visibility; uint8 magicmap; /* Color to show this in magic map */ - faceinfo () - : number (0), smooth (0), type (0), smoothlevel (0), visibility (0), magicmap (0) - { } - facedata *data (int faceset) const; };