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.31 by root, Sun Nov 15 18:03:59 2009 UTC vs.
Revision 1.32 by root, Sat Jan 16 00:08:33 2010 UTC

36struct facedata 36struct facedata
37{ 37{
38 std::string data; 38 std::string data;
39 uint8 chksum[CHKSUM_MAXLEN]; 39 uint8 chksum[CHKSUM_MAXLEN];
40 uint8 chksum_len; 40 uint8 chksum_len;
41
42 facedata ()
43 : chksum_len (0)
44 { }
41}; 45};
42 46
43/* New face structure - this enforces the notion that data is face by 47/* New face structure - this enforces the notion that data is face by
44 * face only - you can not change the color of an item - you need to instead 48 * face only - you can not change the color of an item - you need to instead
45 * create a new face with that color. 49 * create a new face with that color.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines