ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/face.h
(Generate patch)

Comparing deliantra/server/include/face.h (file contents):
Revision 1.18 by root, Sun Jul 1 05:00:18 2007 UTC vs.
Revision 1.19 by root, Thu Jul 12 08:40:14 2007 UTC

50 std::string meta; 50 std::string meta;
51 facedata data32, data64; // either 32/64 face or data32 == generic resource 51 facedata data32, data64; // either 32/64 face or data32 == generic resource
52 faceidx number; /* This is the image id. It should be the */ 52 faceidx number; /* This is the image id. It should be the */
53 /* same value as its position in the array */ 53 /* same value as its position in the array */
54 faceidx smooth; /* the smooth face for this face, or 0 */ 54 faceidx smooth; /* the smooth face for this face, or 0 */
55 uint8 type; // 0 normal face, 1 generic resource 55 uint8 type; // 0 normal face, otherwise other resource
56 uint8 smoothlevel; // smoothlevel is per-face in 2.x servers 56 uint8 smoothlevel; // smoothlevel is per-face in 2.x servers
57 uint8 visibility; 57 uint8 visibility;
58 uint8 magicmap; /* Color to show this in magic map */ 58 uint8 magicmap; /* Color to show this in magic map */
59 59
60 faceinfo () 60 faceinfo ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines