--- deliantra/server/include/face.h 2007/03/14 00:04:58 1.10 +++ deliantra/server/include/face.h 2007/03/14 04:12:28 1.11 @@ -44,7 +44,7 @@ * 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 { shstr name; facedata data32, data64; @@ -53,6 +53,10 @@ faceidx smooth; /* the smooth face for this face, or 0 */ uint8 visibility; uint8 magicmap; /* Color to show this in magic map */ + + faceinfo () + : number (0), smooth (0), visibility (0), magicmap (0) + { } }; typedef std::tr1::unordered_map >, true> facehash_t;