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.33 by root, Fri Mar 26 01:04:44 2010 UTC vs.
Revision 1.34 by root, Wed Apr 14 02:31:24 2010 UTC

29#define CHKSUM_MAXLEN 15 29#define CHKSUM_MAXLEN 15
30#define MAX_FACES 10000 // stupid gcfclient artificially limits 30#define MAX_FACES 10000 // stupid gcfclient artificially limits
31 31
32typedef uint16 faceidx; 32typedef uint16 faceidx;
33 33
34extern faceidx blank_face, empty_face; 34extern faceidx blank_face, empty_face, magicmouth_face;
35 35
36struct facedata 36struct facedata
37{ 37{
38 std::string data; 38 std::string data;
39 uint8 chksum[CHKSUM_MAXLEN]; 39 uint8 chksum[CHKSUM_MAXLEN];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines