--- deliantra/server/include/face.h 2007/04/03 00:21:37 1.12 +++ deliantra/server/include/face.h 2007/04/10 09:35:23 1.13 @@ -51,11 +51,12 @@ faceidx number; /* This is the image id. It should be the */ /* same value as its position in the array */ faceidx smooth; /* the smooth face for this face, or 0 */ + uint8 smoothlevel; // smoothlevel is per-face in 2.x servers uint8 visibility; uint8 magicmap; /* Color to show this in magic map */ faceinfo () - : number (0), smooth (0), visibility (0), magicmap (0) + : number (0), smooth (0), smoothlevel (0), visibility (0), magicmap (0) { } };