--- deliantra/server/include/face.h 2007/10/01 00:44:44 1.22 +++ deliantra/server/include/face.h 2007/11/08 14:15:56 1.23 @@ -44,8 +44,13 @@ * face only - you can not change the color of an item - you need to instead * create a new face with that color. */ -struct faceinfo : zero_initialised +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